From ad2ca6224821e56676bfeea1ddf239c62a7bfb9e Mon Sep 17 00:00:00 2001 From: Mark Riddoch Date: Tue, 2 Dec 2014 13:39:46 +0000 Subject: [PATCH] Log the start of the lsitener to the message log in line with other protocols --- server/modules/protocol/maxscaled.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/modules/protocol/maxscaled.c b/server/modules/protocol/maxscaled.c index 1c564da56..1bf009d97 100644 --- a/server/modules/protocol/maxscaled.c +++ b/server/modules/protocol/maxscaled.c @@ -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 {