aboutsummaryrefslogtreecommitdiff
path: root/Source/ablastr/warn_manager/WarnManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ablastr/warn_manager/WarnManager.cpp')
-rw-r--r--Source/ablastr/warn_manager/WarnManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ablastr/warn_manager/WarnManager.cpp b/Source/ablastr/warn_manager/WarnManager.cpp
index 1c4fa477a..2686907b1 100644
--- a/Source/ablastr/warn_manager/WarnManager.cpp
+++ b/Source/ablastr/warn_manager/WarnManager.cpp
@@ -32,7 +32,7 @@ namespace
else if (priority == Priority::high)
return WarnPriority::high;
else
- ablastr::utils::TextMsg::Err(
+ ABLASTR_ABORT_WITH_MESSAGE(
"Parsing Priority to WarnPriority has failed");
return WarnPriority::high;