This commit is contained in:
Arthur Britto
2013-01-14 21:25:36 -08:00
parent 9c6d073d89
commit af0e39f11c

View File

@@ -91,7 +91,7 @@ void RPCSub::send(const Json::Value& jvObj)
// Start a sending thread.
mSending = true;
cLog(lsDEBUG) << boost::str(boost::format("callRPC start");
cLog(lsDEBUG) << boost::str(boost::format("callRPC start"));
boost::thread(boost::bind(&RPCSub::sendThread, this)).detach();
}
}