mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +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)) {
|
||||
fprintf(stderr,
|
||||
"InnoDB: sync_thread_levels_g(array, %lu)"
|
||||
"does not hold!\n", level);
|
||||
" does not hold!\n", level);
|
||||
ut_error;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue