Cleanup some log messages

This commit is contained in:
Mark Riddoch
2015-01-07 17:37:32 +00:00
parent 203e83d508
commit 613ed8bb61
3 changed files with 13 additions and 5 deletions

View File

@ -504,6 +504,13 @@ static int gw_mysql_do_authentication(DCB *dcb, GWBUF *queue) {
username,
stage1_hash);
}
else
{
LOGIF(LM, (skygw_log_write(LOGFILE_MESSAGE,
"%s: login attempt for user %s, user not "
"found.",
dcb->service->name, username)));
}
}
/* Do again the database check */