Added more alternative logging.
This commit is contained in:
@ -1538,11 +1538,11 @@ int gw_find_mysql_user_password_sha1(char *username, uint8_t *gateway_password,
|
|||||||
key.user,
|
key.user,
|
||||||
dcb->remote)));
|
dcb->remote)));
|
||||||
|
|
||||||
skygw_log_write_flush(
|
LOGIF(LT,skygw_log_write_flush(
|
||||||
LOGFILE_ERROR,
|
LOGFILE_ERROR,
|
||||||
"Authentication Failed: user [%s@%s] not found.",
|
"Authentication Failed: user [%s@%s] not found.",
|
||||||
key.user,
|
key.user,
|
||||||
dcb->remote);
|
dcb->remote));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user