From 685e6740093177f0c66d568ffd536b2db342c4e4 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Wed, 4 Nov 2015 16:41:27 +0100 Subject: [PATCH] Log message update Log message update --- server/modules/routing/binlog/blr_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/routing/binlog/blr_file.c b/server/modules/routing/binlog/blr_file.c index 47a430144..a7ae413ce 100644 --- a/server/modules/routing/binlog/blr_file.c +++ b/server/modules/routing/binlog/blr_file.c @@ -430,7 +430,7 @@ struct stat statb; filelen = statb.st_size; else { - snprintf(errmsg, BINLOG_ERROR_MSG_LEN, "Invalide size for binlog file '%s', pos %lu", file->binlogname, pos); + snprintf(errmsg, BINLOG_ERROR_MSG_LEN, "Invalid size of binlog file, pos %lu", pos); return NULL; }