Changed mysterious log message.

This commit is contained in:
vraatikka 2013-07-30 23:08:31 +03:00
parent 896233d65f
commit b2099947b4

View File

@ -139,8 +139,11 @@ getUsers(SERVICE *service, struct users *users)
free(dpwd);
if (server == NULL)
{
skygw_log_write(NULL, LOGFILE_ERROR,
"Unable to find a to load user data from for service %s\n",
skygw_log_write(
NULL,
LOGFILE_ERROR,
"Unable to get user data from backend database for service "
"%s. Missing server information.",
service->name);
mysql_close(con);
return -1;