diff --git a/server/modules/routing/binlogrouter/blr_master.c b/server/modules/routing/binlogrouter/blr_master.c index a6cdc420f..0b5599ec5 100644 --- a/server/modules/routing/binlogrouter/blr_master.c +++ b/server/modules/routing/binlogrouter/blr_master.c @@ -1393,7 +1393,7 @@ blr_handle_binlog_record(ROUTER_INSTANCE *router, GWBUF *pkt) n_sequence); MXS_DEBUG("MariaDB GTID received: (%s). Current file %s, pos %lu", - router->mariadb_gtid, + mariadb_gtid, router->binlog_name, router->binlog_position);