cwUiTest.cpp : Changed connect/disconnect info message.

This commit is contained in:
kevin.larke 2020-04-24 16:37:15 -04:00
parent 460e7d0048
commit 0fc0dcf1be

View File

@ -15,7 +15,7 @@ namespace cw
{
typedef struct ui_test_str
{
const char* uiCfgFn;
const char* uiCfgFn;
srv::handle_t wsUiSrvH;
bool appCheckFl;
@ -190,11 +190,11 @@ namespace cw
switch( opId )
{
case kConnectOpId:
cwLogInfo("Connect: wsSessId:%i.",wsSessId);
cwLogInfo("UI Test Connect: wsSessId:%i.",wsSessId);
break;
case kDisconnectOpId:
cwLogInfo("Disconnect: wsSessId:%i.",wsSessId);
cwLogInfo("UI Test Disconnect: wsSessId:%i.",wsSessId);
break;
case kInitOpId: