Fix Tuto3 double delete, cleanup test output, undeclared var in NN socket.

This commit is contained in:
Alexey Rybalchenko
2017-02-23 15:59:28 +01:00
committed by Mohammad Al-Turany
parent b43d4c142d
commit 7c1f7aa3f2
9 changed files with 19 additions and 19 deletions

View File

@@ -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"
}
};