db: treat empty table postfix as expected default
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled

This commit is contained in:
server
2026-04-14 16:37:34 +02:00
parent e56d93ad53
commit 6d24172c51

View File

@@ -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';
}