db: treat empty table postfix as expected default
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user