Add missing "%s" format

This commit is contained in:
Johan Wikman
2017-11-28 14:31:57 +02:00
parent e16eee0cc3
commit a6e83f41f6

View File

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