mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 22:25:53 +08:00
patch by jerry -- his first patch! :-)
issue #421 -- portable version for windows.
This commit is contained in:
@@ -115,6 +115,9 @@ CLog::getFilterName() const
|
||||
const char*
|
||||
CLog::getFilterName(int level) const
|
||||
{
|
||||
if (level < 0) {
|
||||
return "Message";
|
||||
}
|
||||
return g_priority[level];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user