Fixed message log parameter
Fixed message log parameter
This commit is contained in:
@ -482,8 +482,8 @@ struct stat statb;
|
|||||||
{
|
{
|
||||||
LOGIF(LE, (skygw_log_write(LOGFILE_ERROR,
|
LOGIF(LE, (skygw_log_write(LOGFILE_ERROR,
|
||||||
"Next position in header appears to be incorrect "
|
"Next position in header appears to be incorrect "
|
||||||
"rereading event header at pos %ul in file %s, "
|
"rereading event header at pos %lu in file %s, "
|
||||||
"file size is %ul. Master will write %ul in %s next.",
|
"file size is %lu. Master will write %lu in %s next.",
|
||||||
pos, file->binlogname, filelen, router->binlog_position,
|
pos, file->binlogname, filelen, router->binlog_position,
|
||||||
router->binlog_name)));
|
router->binlog_name)));
|
||||||
if ((n = pread(file->fd, hdbuf, 19, pos)) != 19)
|
if ((n = pread(file->fd, hdbuf, 19, pos)) != 19)
|
||||||
|
|||||||
Reference in New Issue
Block a user