Fixed quotes on log message
Fixed quotes on log message
This commit is contained in:
@ -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)));
|
||||
}
|
||||
|
Reference in New Issue
Block a user