Skip to content

Commit

Permalink
suppress noisy log
Browse files Browse the repository at this point in the history
  • Loading branch information
kikairoya committed Apr 12, 2015
1 parent 82e16ce commit 043c2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kennel2/src/kennel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class kennel : public cppcms::application {
if (e)
return (void)(std::clog << e.message() << std::endl);
es.send_data(proto.command + ":" + proto.contents, true);
std::clog << proto.command << ":" << proto.contents << std::endl;
//std::clog << proto.command << ":" << proto.contents << std::endl;
});
}
static std::string make_random_name() {
Expand Down

0 comments on commit 043c2ef

Please sign in to comment.