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) {
return;
if (has(uncolored_console_flag)) {
render(std::clog, console_format_, x);
std::clog << std::endl;
} else {
switch (x.level) {
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