New log messages for dbusers loading failure

New log messages for dbusers loading failure
This commit is contained in:
MassimilianoPinto
2015-07-13 18:12:34 +02:00
parent a16d4c46d6
commit 9480c01b96
3 changed files with 13 additions and 3 deletions

View File

@ -431,7 +431,7 @@ int rc = 0;
if (service->dbref == NULL) {
SERVICE *service = inst->service;
SERVER *server;
server = server_alloc("none", "MySQLBackend", (int)3306);
server = server_alloc("_none_", "MySQLBackend", (int)3306);
if (server == NULL) {
LOGIF(LE, (skygw_log_write_flush(LOGFILE_ERROR,
"%s: Error for server_alloc in createInstance",