From: dmv Date: Tue, 26 Aug 2008 10:53:18 +0000 (+0000) Subject: Bug IPAL19893 4.x: debug information is in terminal. X-Git-Tag: TG_TRIPOLI_qt4_porting~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8cdb0a11b7a53698da7e8d473935230001fb2343;p=modules%2Fkernel.git Bug IPAL19893 4.x: debug information is in terminal. --- diff --git a/src/SALOMELocalTrace/LocalTraceBufferPool.cxx b/src/SALOMELocalTrace/LocalTraceBufferPool.cxx index 4ab542290..686f712c5 100644 --- a/src/SALOMELocalTrace/LocalTraceBufferPool.cxx +++ b/src/SALOMELocalTrace/LocalTraceBufferPool.cxx @@ -222,7 +222,7 @@ int LocalTraceBufferPool::retrieve(LocalTrace_TraceInfo& aTrace) while (ret) { ret = sem_wait(&_fullBufferSemaphore); - if (ret) perror(" LocalTraceBufferPool::retrieve, sem_wait"); + if (ret) MESSAGE(" LocalTraceBufferPool::retrieve, sem_wait"); } // get the next buffer to print