diff --git a/server/core/dbusers.c b/server/core/dbusers.c index 701d59764..d55ca23b1 100644 --- a/server/core/dbusers.c +++ b/server/core/dbusers.c @@ -1238,7 +1238,7 @@ getUsers(SERVICE *service, USERS *users) LOGIF(LE, (skygw_log_write_flush( LOGFILE_ERROR, "Error : Unable to get user data from backend database " - "for service [%s]. Missing server information.", + "for service [%s]. Failed to connect to any of the backend databases.", service->name))); mysql_close(con); return -1;