Fixed quotes on log message

Fixed quotes on log message
This commit is contained in:
MassimilianoPinto
2015-08-10 16:57:36 +02:00
parent 3ebdeed7f9
commit bdeff50f39

View File

@ -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)));
}