X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2FCIPCChannel_AcessIPCPipe.cpp;fp=Usermode%2FApplications%2Faxwin4_src%2FServer%2FCIPCChannel_AcessIPCPipe.cpp;h=51d88b177198a5628481f18d3f1ed08b3ee31d12;hb=9a9053e91df6e08761e2ce72be350c5c2233153b;hp=867c4917898d161e30066306998730921adafcb3;hpb=13078002b01ee4f63eb2001d2ef479a2a006ea32;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/CIPCChannel_AcessIPCPipe.cpp b/Usermode/Applications/axwin4_src/Server/CIPCChannel_AcessIPCPipe.cpp index 867c4917..51d88b17 100644 --- a/Usermode/Applications/axwin4_src/Server/CIPCChannel_AcessIPCPipe.cpp +++ b/Usermode/Applications/axwin4_src/Server/CIPCChannel_AcessIPCPipe.cpp @@ -109,7 +109,7 @@ void CClient_AcessIPCPipe::HandleReceive() if( len == (size_t)-1 ) throw ::std::system_error(errno, ::std::system_category()); //_SysDebug("CClient_AcessIPCPipe::HandleReceive - Rx %i/%i bytes", len, rxbuf.capacity()); - //_SysDebugHex("CClient_AcessIPCPipe::HandleReceive", rxbuf.data(), len); + _SysDebugHex("CClient_AcessIPCPipe::HandleReceive", rxbuf.data(), len); rxbuf.resize(len); CDeserialiser msg( ::std::move(rxbuf) );