Log message update

Log message update
This commit is contained in:
MassimilianoPinto 2015-11-04 16:41:27 +01:00
parent d51ac7ab7d
commit 685e674009

View File

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