From 6367ac7148915bd8ba29033d58ec1570ac2aef54 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Mon, 30 Nov 2015 19:23:36 +0100 Subject: [PATCH] Changed log level for up to date transition Changed log level for up to date transition --- server/modules/routing/binlog/blr_slave.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/modules/routing/binlog/blr_slave.c b/server/modules/routing/binlog/blr_slave.c index 35b44f1d5..921c21292 100644 --- a/server/modules/routing/binlog/blr_slave.c +++ b/server/modules/routing/binlog/blr_slave.c @@ -2142,7 +2142,7 @@ char read_errmsg[BINLOG_ERROR_MSG_LEN+1]; slave->stats.n_caughtup++; if (slave->stats.n_caughtup == 1) { - MXS_ERROR("%s: Slave %s:%d, server-id %d is now up to date '%s', position %lu.", + MXS_NOTICE("%s: Slave %s:%d, server-id %d is now up to date '%s', position %lu.", router->service->name, slave->dcb->remote, ntohs((slave->dcb->ipv4).sin_port), @@ -2151,7 +2151,7 @@ char read_errmsg[BINLOG_ERROR_MSG_LEN+1]; } else if ((slave->stats.n_caughtup % 50) == 0) { - MXS_ERROR("%s: Slave %s:%d, server-id %d is up to date '%s', position %lu.", + MXS_NOTICE("%s: Slave %s:%d, server-id %d is up to date '%s', position %lu.", router->service->name, slave->dcb->remote, ntohs((slave->dcb->ipv4).sin_port),