From a6e83f41f6f285b5608ef2b1d22401e89c014934 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 28 Nov 2017 14:31:57 +0200 Subject: [PATCH] Add missing "%s" format --- server/modules/routing/binlogrouter/blr_master.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/routing/binlogrouter/blr_master.c b/server/modules/routing/binlogrouter/blr_master.c index 54778cae7..8ab9fa7d6 100644 --- a/server/modules/routing/binlogrouter/blr_master.c +++ b/server/modules/routing/binlogrouter/blr_master.c @@ -1452,7 +1452,7 @@ blr_handle_binlog_record(ROUTER_INSTANCE *router, GWBUF *pkt) "disable any new feature. " "Replication from master has been stopped.", hdr.event_type); - MXS_ERROR(errmsg); + MXS_ERROR("%s", errmsg); gwbuf_free(pkt); pkt = NULL;