diff --git a/src/cwiresxcmdhandler.cpp b/src/cwiresxcmdhandler.cpp index d22386c..ba1789a 100644 --- a/src/cwiresxcmdhandler.cpp +++ b/src/cwiresxcmdhandler.cpp @@ -74,6 +74,7 @@ bool CWiresxCmdHandler::Init(void) // reset stop flag keep_running = true; + std::cout << "==============> Launching WiresX Command Handler" << std::endl; try { m_Future = std::async(std::launch::async, &CWiresxCmdHandler::Thread, this);