Skip to content

Commit

Permalink
innodb: add space between thread name and "to exit" text
Browse files Browse the repository at this point in the history
  • Loading branch information
arkamar authored and an3l committed May 9, 2020
1 parent faf6f8c commit 4ae778b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/innobase/log/log0log.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4ae778b

Please sign in to comment.