mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Refactor RPCSub to remove Application dependency
This commit is contained in:
@@ -631,7 +631,8 @@ public:
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
// Must run as directed or exit.
|
||||
WriteLog (lsFATAL, Application) << boost::str (boost::format ("Can not open RPC service: %s") % e.what ());
|
||||
WriteLog (lsFATAL, Application) <<
|
||||
"Can not open RPC service: " << e.what ();
|
||||
|
||||
exit (3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user