Messages moved from stderr to MESSAGE log

Messages moved from stderr to MESSAGE log
This commit is contained in:
MassimilianoPinto
2014-11-14 10:11:15 +01:00
parent b37fb35669
commit 949bbc99d9
2 changed files with 4 additions and 6 deletions

View File

@ -390,9 +390,7 @@ int syseno = 0;
rc = listen(listener->fd, SOMAXCONN);
if (rc == 0) {
fprintf(stderr,
"Listening telnet connections at %s\n",
config);
LOGIF(LM, (skygw_log_write_flush(LOGFILE_MESSAGE,"Listening telnet connections at %s", config)));
} else {
int eno = errno;
errno = 0;