From bdeff50f394646d4beb438451f4f203421d88539 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Mon, 10 Aug 2015 16:57:36 +0200 Subject: [PATCH] Fixed quotes on log message Fixed quotes on log message --- server/modules/protocol/mysql_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/protocol/mysql_client.c b/server/modules/protocol/mysql_client.c index 70ddcac84..71979000a 100644 --- a/server/modules/protocol/mysql_client.c +++ b/server/modules/protocol/mysql_client.c @@ -594,7 +594,7 @@ static int gw_mysql_do_authentication(DCB *dcb, GWBUF **buf) { else { LOGIF(LM, (skygw_log_write(LOGFILE_MESSAGE, - "%s: login attempt for user %s, user not " + "%s: login attempt for user '%s', user not " "found.", dcb->service->name, username))); }