From 1952dd41c4e181041f653488e30a2d950e192c1a Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 25 Oct 2012 19:05:15 -0700 Subject: [PATCH] Make some logging conditional. --- src/RPCServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RPCServer.cpp b/src/RPCServer.cpp index 541d1b6b1..01568d999 100644 --- a/src/RPCServer.cpp +++ b/src/RPCServer.cpp @@ -115,7 +115,7 @@ void RPCServer::handle_read_line(const boost::system::error_code& e) std::string RPCServer::handleRequest(const std::string& requestStr) { - std::cout << "handleRequest " << requestStr << std::endl; + cLog(lsTRACE) << "handleRequest " << requestStr; Json::Value id; // Parse request