Commit e69a42c4 authored by Dominik Charousset's avatar Dominik Charousset

less verbose group chat output

parent 690dfbd7
...@@ -76,8 +76,7 @@ class client : public event_based_actor { ...@@ -76,8 +76,7 @@ class client : public event_based_actor {
if (last_sender() != this) forward_to(m_printer); if (last_sender() != this) forward_to(m_printer);
}, },
others() >> [=]() { others() >> [=]() {
send(m_printer, send(m_printer, to_string(last_dequeued()));
"*** unexpected message: '" + to_string(last_dequeued()));
} }
); );
} }
......
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