mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Fix Tuto3 double delete, cleanup test output, undeclared var in NN socket.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
b43d4c142d
commit
7c1f7aa3f2
@@ -31,9 +31,9 @@ enum severity_level
|
||||
DEBUG,
|
||||
RESULTS,
|
||||
INFO,
|
||||
STATE,
|
||||
WARN,
|
||||
ERROR,
|
||||
STATE,
|
||||
NOLOG
|
||||
};
|
||||
|
||||
@@ -44,9 +44,9 @@ static const std::array<std::string, 8> g_LogSeverityLevelString
|
||||
"DEBUG",
|
||||
"RESULTS",
|
||||
"INFO",
|
||||
"STATE",
|
||||
"WARN",
|
||||
"ERROR",
|
||||
"STATE",
|
||||
"NOLOG"
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user