From f87f872524c270e499210d93ce057a4cd91d4d5b Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sun, 2 Aug 2020 06:46:40 -0700 Subject: [PATCH] another msg --- src/cwiresxcmdhandler.cpp | 1 + 1 file changed, 1 insertion(+) 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);