diff --git a/src/lib/base/Log.cpp b/src/lib/base/Log.cpp index be688804..7b5f28b1 100644 --- a/src/lib/base/Log.cpp +++ b/src/lib/base/Log.cpp @@ -31,18 +31,18 @@ // names of priorities static const char* g_priority[] = { - "FATAL", - "ERROR", - "WARNING", - "NOTE", - "INFO", - "DEBUG", - "DEBUG1", - "DEBUG2", - "DEBUG3", - "DEBUG4", - "DEBUG5" - }; + "FATAL", + "ERROR", + "WARNING", + "NOTE", + "INFO", + "DEBUG", + "DEBUG1", + "DEBUG2", + "DEBUG3", + "DEBUG4", + "DEBUG5" +}; // number of priorities static const int g_numPriority = (int)(sizeof(g_priority) / sizeof(g_priority[0]));