Added more alternative logging.

This commit is contained in:
Markus Makela 2015-03-25 11:23:51 +02:00
parent 8c36a45c69
commit f870d3bf14

View File

@ -1538,11 +1538,11 @@ int gw_find_mysql_user_password_sha1(char *username, uint8_t *gateway_password,
key.user,
dcb->remote)));
skygw_log_write_flush(
LOGIF(LT,skygw_log_write_flush(
LOGFILE_ERROR,
"Authentication Failed: user [%s@%s] not found.",
key.user,
dcb->remote);
dcb->remote));
break;
}