From acdc2968c75420ffe157c7e31d87b686af0d46df Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Fri, 12 Sep 2014 17:34:13 +0200 Subject: [PATCH] Added LogFile entry for failed match Added LogFile entry for failed match --- server/modules/protocol/mysql_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/protocol/mysql_common.c b/server/modules/protocol/mysql_common.c index 116c3c948..2473cc6ce 100644 --- a/server/modules/protocol/mysql_common.c +++ b/server/modules/protocol/mysql_common.c @@ -1355,7 +1355,7 @@ int gw_find_mysql_user_password_sha1(char *username, uint8_t *gateway_password, LOGIF(LE, (skygw_log_write_flush( 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(), key.user, dcb->remote)));