change FATAL to CRITICAL to match Python

This commit is contained in:
Alex Groce
2019-01-03 12:11:30 -07:00
parent dec77fd926
commit 2b6e57b1e1
+1 -1
View File
@@ -58,7 +58,7 @@ static const char *DeepState_LogLevelStr(enum DeepState_LogLevel level) {
case DeepState_LogExternal:
return "EXTERNAL";
case DeepState_LogFatal:
return "FATAL";
return "CRITICAL";
default:
return "UNKNOWN";
}