diff --git a/src/Evolution/Systems/Cce/ExtractionRadius.cpp b/src/Evolution/Systems/Cce/ExtractionRadius.cpp index a7983341b5dd..f2556eaea4ab 100644 --- a/src/Evolution/Systems/Cce/ExtractionRadius.cpp +++ b/src/Evolution/Systems/Cce/ExtractionRadius.cpp @@ -27,9 +27,10 @@ std::optional get_extraction_radius( } catch (const std::invalid_argument&) { if (error) { ERROR( - "The CCE filename must encode the extraction radius as an integer " - "between the last instance of 'R' and the last instance of '.' " - "(SpEC CCE filename format). Provided filename: " + "Either specify an extraction radius, or the CCE worldtube filename " + "must encode the extraction radius as an integer between the last " + "instance of 'R' and the last instance of '.' (SpEC CCE filename " + "format). Provided filename: " << cce_data_filename); } }