Messages moved from stderr to MESSAGE log
Messages moved from stderr to MESSAGE log
This commit is contained in:
@ -1055,9 +1055,7 @@ int gw_MySQLListener(
|
|||||||
rc = listen(l_so, 10 * SOMAXCONN);
|
rc = listen(l_so, 10 * SOMAXCONN);
|
||||||
|
|
||||||
if (rc == 0) {
|
if (rc == 0) {
|
||||||
fprintf(stderr,
|
LOGIF(LM, (skygw_log_write_flush(LOGFILE_MESSAGE,"Listening MySQL connections at %s", config_bind)));
|
||||||
"Listening MySQL connections at %s\n",
|
|
||||||
config_bind);
|
|
||||||
} else {
|
} else {
|
||||||
int eno = errno;
|
int eno = errno;
|
||||||
errno = 0;
|
errno = 0;
|
||||||
|
Reference in New Issue
Block a user