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
|
else
|
||||||
{
|
{
|
||||||
LOGIF(LM, (skygw_log_write(LOGFILE_MESSAGE,
|
LOGIF(LM, (skygw_log_write(LOGFILE_MESSAGE,
|
||||||
"%s: login attempt for user %s, user not "
|
"%s: login attempt for user '%s', user not "
|
||||||
"found.",
|
"found.",
|
||||||
dcb->service->name, username)));
|
dcb->service->name, username)));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user