diff options
Diffstat (limited to 'src/libjin/Utils/log.h')
-rw-r--r-- | src/libjin/Utils/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/Utils/log.h b/src/libjin/Utils/log.h index 50ec3c8..e4ed879 100644 --- a/src/libjin/Utils/log.h +++ b/src/libjin/Utils/log.h @@ -61,7 +61,7 @@ void Loghelper::log(Level _level, const char* _fmt, ...) if (!hasbit(levels, _level)) return; #define FORMAT_MSG_BUFFER_SIZE (204800) - char* levelStr = nullptr; + const char* levelStr = nullptr; switch (_level) { case LV_ERROR: |