Log the start of the lsitener to the message log in line with other protocols

This commit is contained in:
Mark Riddoch
2014-12-02 13:39:46 +00:00
parent 7584ca7e02
commit ad2ca62248

View File

@ -374,8 +374,8 @@ int rc;
rc = listen(listener->fd, SOMAXCONN);
if (rc == 0) {
LOGIF(LD, (skygw_log_write(
LOGFILE_DEBUG,
LOGIF(LM, (skygw_log_write(
LOGFILE_MESSAGE,
"Listening maxscale connections at %s\n",
config)));
} else {