cwUiTest.cpp : Changed connect/disconnect info message.
This commit is contained in:
parent
460e7d0048
commit
0fc0dcf1be
@ -190,11 +190,11 @@ namespace cw
|
|||||||
switch( opId )
|
switch( opId )
|
||||||
{
|
{
|
||||||
case kConnectOpId:
|
case kConnectOpId:
|
||||||
cwLogInfo("Connect: wsSessId:%i.",wsSessId);
|
cwLogInfo("UI Test Connect: wsSessId:%i.",wsSessId);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case kDisconnectOpId:
|
case kDisconnectOpId:
|
||||||
cwLogInfo("Disconnect: wsSessId:%i.",wsSessId);
|
cwLogInfo("UI Test Disconnect: wsSessId:%i.",wsSessId);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case kInitOpId:
|
case kInitOpId:
|
||||||
|
Loading…
Reference in New Issue
Block a user