Commit 4ae778bb authored by Petr Vaněk's avatar Petr Vaněk Committed by Anel

innodb: add space between thread name and "to exit" text

parent faf6f8c6
......@@ -1893,7 +1893,7 @@ logs_empty_and_mark_files_at_shutdown(void)
"Waiting for %s to exit", thread_name);
if (srv_print_verbose_log && count > COUNT_INTERVAL) {
ib::info() << "Waiting for " << thread_name
<< "to exit";
<< " to exit";
count = 0;
}
goto loop;
......
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