Skip to content

Commit

Permalink
less verbose group chat output
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverlord committed Sep 10, 2012
1 parent 690dfbd commit e69a42c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/group_chat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ class client : public event_based_actor {
if (last_sender() != this) forward_to(m_printer);
},
others() >> [=]() {
send(m_printer,
"*** unexpected message: '" + to_string(last_dequeued()));
send(m_printer, to_string(last_dequeued()));
}
);
}
Expand Down

0 comments on commit e69a42c

Please sign in to comment.