We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a887498 commit 079620dCopy full SHA for 079620d
1 file changed
Development/nmos/control_protocol_utils.cpp
@@ -1375,7 +1375,7 @@ namespace nmos
1375
else
1376
{
1377
// should never happen
1378
- slog::log<slog::severities::fatal>(gate, SLOG_FLF) << "Invalid logic found in activate monitor oid: " << oid;
+ slog::log<slog::severities::severe>(gate, SLOG_FLF) << "Invalid logic found in activate monitor oid: " << oid;
1379
}
1380
return false;
1381
@@ -1404,7 +1404,7 @@ namespace nmos
1404
1405
1406
1407
- slog::log<slog::severities::fatal>(gate, SLOG_FLF) << "Invalid logic found in deactivate monitor oid: " << oid;
+ slog::log<slog::severities::severe>(gate, SLOG_FLF) << "Invalid logic found in deactivate monitor oid: " << oid;
1408
1409
1410
0 commit comments