diff --git a/src/db/Main.cpp b/src/db/Main.cpp index b1c9479..34c33f9 100644 --- a/src/db/Main.cpp +++ b/src/db/Main.cpp @@ -346,7 +346,7 @@ int Start() if (!CConfig::instance().GetValue("TABLE_POSTFIX", szBuf, 256)) { - sys_err("TABLE_POSTFIX not configured use default"); + sys_log(0, "CONFIG: TABLE_POSTFIX not configured, using default table names"); szBuf[0] = '\0'; }