branches/zip:

Non-functional change: add a missed space in the output message.
This commit is contained in:
vasil 2007-10-12 07:58:28 +00:00
parent abceb43b98
commit 31dae76d30

View file

@ -1039,7 +1039,7 @@ sync_thread_add_level(
if (!sync_thread_levels_g(array, level)) {
fprintf(stderr,
"InnoDB: sync_thread_levels_g(array, %lu)"
"does not hold!\n", level);
" does not hold!\n", level);
ut_error;
}
break;