Messages moved from stderr to MESSAGE log

Messages moved from stderr to MESSAGE log
This commit is contained in:
MassimilianoPinto
2014-11-14 10:19:04 +01:00
parent 949bbc99d9
commit d090eee09b

View File

@ -1055,9 +1055,7 @@ int gw_MySQLListener(
rc = listen(l_so, 10 * SOMAXCONN);
if (rc == 0) {
fprintf(stderr,
"Listening MySQL connections at %s\n",
config_bind);
LOGIF(LM, (skygw_log_write_flush(LOGFILE_MESSAGE,"Listening MySQL connections at %s", config_bind)));
} else {
int eno = errno;
errno = 0;