Commit 2f12fda3 authored by Dominik Charousset's avatar Dominik Charousset

Fix output to non-terminals

parent 47d0921e
...@@ -465,6 +465,7 @@ void logger::handle_event(event& x) { ...@@ -465,6 +465,7 @@ void logger::handle_event(event& x) {
return; return;
if (has(uncolored_console_flag)) { if (has(uncolored_console_flag)) {
render(std::clog, console_format_, x); render(std::clog, console_format_, x);
std::clog << std::endl;
} else { } else {
switch (x.level) { switch (x.level) {
default: default:
......
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