Skip to content

Commit

Permalink
Fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Apr 28, 2016
1 parent 9c84637 commit 32d3d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/xtradb/dict/dict0boot.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 32d3d9f

Please sign in to comment.