Reviews log messages, fixed some typos and ensure consistency
This commit is contained in:
parent
344e7c7551
commit
70024faabd
3 changed files with 10 additions and 10 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "filesystem.h"
|
||||
|
||||
static const char* log_codes[] = {"FATAL:", "ERROR:", "Warning:", "Info:", "[verbose]", "Debug:", "Trace:"};
|
||||
static const char* log_codes[] = {"FATAL:", "ERROR:", "Warning:", "Info:", "Verbose:", "Debug:", "Trace:"};
|
||||
|
||||
LogManager::LogManager()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue