Merge branch 'release-1.0GA' of https://github.com/mariadb-corporation/MaxScale into release-1.0GA

This commit is contained in:
Markus Makela
2014-12-02 15:45:52 +02:00

View File

@ -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 {