diff --git a/server/modules/routing/binlog/blr_master.c b/server/modules/routing/binlog/blr_master.c index a95851cff..977888e3f 100644 --- a/server/modules/routing/binlog/blr_master.c +++ b/server/modules/routing/binlog/blr_master.c @@ -1953,14 +1953,6 @@ blr_distribute_binlog_record(ROUTER_INSTANCE *router, REP_HEADER *hdr, uint8_t * slave->binlogfile, slave->binlog_pos, hdr->next_pos - hdr->event_size); } - else - { - MXS_ERROR("Slave %s:%d server ID %d is at position %u when " - "it should be at %u. Binlog file is '%s'.", slave->dcb->remote, - ntohs((slave->dcb->ipv4).sin_port), slave->serverid, - slave->binlog_pos, hdr->next_pos - hdr->event_size, - slave->binlogfile); - } } else if (rotate) {