mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
branches/zip:
Non-functional change: add a missed space in the output message.
This commit is contained in:
parent
abceb43b98
commit
31dae76d30
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue