Commit 8325d71f authored by Marko Mäkelä's avatar Marko Mäkelä

Fix a compilation error

parent 81075d45
......@@ -1445,7 +1445,8 @@ log_write_up_to(
if (srv_shutdown_state != SRV_SHUTDOWN_NONE) {
service_manager_extend_timeout(INNODB_EXTEND_TIMEOUT_INTERVAL,
"log write up to: " LSNPF, lsn);
"log write up to: " LSN_PF,
lsn);
}
loop:
......
......@@ -1563,7 +1563,8 @@ log_write_up_to(
if (srv_shutdown_state != SRV_SHUTDOWN_NONE) {
service_manager_extend_timeout(INNODB_EXTEND_TIMEOUT_INTERVAL,
"log write up to: " LSNPF, lsn);
"log write up to: " LSN_PF,
lsn);
}
loop:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment