summaryrefslogtreecommitdiff
path: root/storage/xtradb/dict/dict0boot.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/dict/dict0boot.cc')
-rw-r--r--storage/xtradb/dict/dict0boot.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/dict/dict0boot.cc b/storage/xtradb/dict/dict0boot.cc
index 59f210fcab9..138d3131e09 100644
--- a/storage/xtradb/dict/dict0boot.cc
+++ b/storage/xtradb/dict/dict0boot.cc
@@ -474,7 +474,7 @@ dict_boot(void)
} else {
ib_logf(IB_LOG_LEVEL_WARN,
"Change buffer not empty when --innodb-read-only "
- "is set! but srv_force_recovery = %d, ignoring.",
+ "is set! but srv_force_recovery = %lu, ignoring.",
srv_force_recovery);
}
}