Merge from develop

Merge from develop
This commit is contained in:
MassimilianoPinto
2015-09-14 09:49:33 +02:00
5 changed files with 31 additions and 27 deletions

View File

@ -1248,7 +1248,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]. No available servers.",
"for service [%s]. Failed to connect to any of the backend databases.",
service->name)));
mysql_close(con);
return -1;