Log the start of the lsitener to the message log in line with other protocols
This commit is contained in:
@ -374,8 +374,8 @@ int rc;
|
|||||||
rc = listen(listener->fd, SOMAXCONN);
|
rc = listen(listener->fd, SOMAXCONN);
|
||||||
|
|
||||||
if (rc == 0) {
|
if (rc == 0) {
|
||||||
LOGIF(LD, (skygw_log_write(
|
LOGIF(LM, (skygw_log_write(
|
||||||
LOGFILE_DEBUG,
|
LOGFILE_MESSAGE,
|
||||||
"Listening maxscale connections at %s\n",
|
"Listening maxscale connections at %s\n",
|
||||||
config)));
|
config)));
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user