Commit d6df021d authored by vasil's avatar vasil

branches/zip:

Non-functional change: add a missed space in the output message.
parent 9d1a3ad9
...@@ -1039,7 +1039,7 @@ sync_thread_add_level( ...@@ -1039,7 +1039,7 @@ sync_thread_add_level(
if (!sync_thread_levels_g(array, level)) { if (!sync_thread_levels_g(array, level)) {
fprintf(stderr, fprintf(stderr,
"InnoDB: sync_thread_levels_g(array, %lu)" "InnoDB: sync_thread_levels_g(array, %lu)"
"does not hold!\n", level); " does not hold!\n", level);
ut_error; ut_error;
} }
break; break;
......
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