another ysf msg

pull/1/head
Tom Early 5 years ago
parent 1501691d68
commit 315aec55f5

@ -79,7 +79,7 @@ bool CWiresxCmdHandler::Init(void)
{
m_Future = std::async(std::launch::async, &CWiresxCmdHandler::Thread, this);
}
catch(const std::exception& e)
catch(const std::exception &e)
{
std::cerr << "ERROR: could not start WiresX Command Handler: " << e.what() << std::endl;
return false;

@ -58,7 +58,7 @@ bool CYsfProtocol::Initalize(const char *type, const uint16 port, const bool has
// update time
m_LastKeepaliveTime.Now();
// done
std::cout << "YSF Protocol successfully initialized" << std::endl;
return true;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.