Added LogFile entry for failed match

Added LogFile entry for failed match
This commit is contained in:
MassimilianoPinto
2014-09-12 17:34:13 +02:00
parent 7108add6f5
commit acdc2968c7

View File

@ -1355,7 +1355,7 @@ int gw_find_mysql_user_password_sha1(char *username, uint8_t *gateway_password,
LOGIF(LE, LOGIF(LE,
(skygw_log_write_flush( (skygw_log_write_flush(
LOGFILE_ERROR, LOGFILE_ERROR,
"%lu [MySQL Client Auth], user [%s@%s] not found, try with 'localhost_match_wildcard_host=1' in service definition", "%lu [MySQL Client Auth], user [%s@%s] not found, please try with 'localhost_match_wildcard_host=1' in service definition",
pthread_self(), pthread_self(),
key.user, key.user,
dcb->remote))); dcb->remote)));