mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Typo
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user