summaryrefslogtreecommitdiff
path: root/storage/innobase/log/log0recv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/log/log0recv.cc')
-rw-r--r--storage/innobase/log/log0recv.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/storage/innobase/log/log0recv.cc b/storage/innobase/log/log0recv.cc
index 6c4ad0d3c58..920b9a45570 100644
--- a/storage/innobase/log/log0recv.cc
+++ b/storage/innobase/log/log0recv.cc
@@ -4029,8 +4029,9 @@ completed:
" the right ib_logfile0"
" to start up the database?"
" The checkpoint is " LSN_PF
- ", less than the log sequence number"
- LSN_PF " in the system tablespace.",
+ ", less than the"
+ " log sequence number " LSN_PF
+ " in the system tablespace.",
checkpoint_lsn, flush_lsn);
}