Commit 050a05bd authored by Daniel Black's avatar Daniel Black

xtradb: new style ib_logf logging rather than stderr

parent 1e3f351e
...@@ -155,8 +155,7 @@ buf_load_status( ...@@ -155,8 +155,7 @@ buf_load_status(
fmt, ap); fmt, ap);
if (severity == STATUS_NOTICE || severity == STATUS_ERR) { if (severity == STATUS_NOTICE || severity == STATUS_ERR) {
ut_print_timestamp(stderr); ib_logf((ib_log_level_t) severity, "%s",
fprintf(stderr, " InnoDB: %s\n",
export_vars.innodb_buffer_pool_load_status); export_vars.innodb_buffer_pool_load_status);
} }
......
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