Usermode/AxWin4 - Working in shared memory usage
[tpg/acess2.git] / Usermode / Libraries / libaxwin4.so_src / ipc_acessipcpipe.cpp
index 4b4bc71..87cc6c9 100644 (file)
@@ -40,7 +40,7 @@ bool CIPCChannel_AcessIPCPipe::HandleSelect(const fd_set& fds)
                        throw ::std::system_error(errno, ::std::system_category());
                rxbuf.resize(len);
                _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);
                
                CDeserialiser   msg(rxbuf);
                ::AxWin::RecvMessage( msg );

UCC git Repository :: git.ucc.asn.au