Reviews log messages, fixed some typos and ensure consistency

This commit is contained in:
morg 2021-09-02 13:09:44 +02:00
parent 344e7c7551
commit 70024faabd
3 changed files with 10 additions and 10 deletions

View file

@ -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()
{