From 2d49f68b0deb8bbe0e31c980b36accf3b69aeaef Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 18 Sep 2024 09:28:19 -0600 Subject: [PATCH] Unrelated to #2880, fix formatting of this R-string which cannot include any special formatting, such as \n. --- src/basic/vx_config/threshold.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/vx_config/threshold.cc b/src/basic/vx_config/threshold.cc index cbf0a3cb7d..ef650ef2c0 100644 --- a/src/basic/vx_config/threshold.cc +++ b/src/basic/vx_config/threshold.cc @@ -114,7 +114,7 @@ if ( !match && mlog << Debug(2) << R"(Please replace the deprecated "SCP" and "CDP" )" << R"(threshold types with "SOCP" and "OCDP", respectively, in the ")" - << str << R"(" threshold string.\n)"; + << str << R"(" threshold string.)" << "\n"; print_climo_perc_thresh_log_message = false;