From: dmv Date: Fri, 29 Aug 2008 06:33:18 +0000 (+0000) Subject: Bug IPAL19893 4.x: debug information is in terminal X-Git-Tag: V4_1_4a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=16660e0a03b789f726998fc1e2fce1e4fb2d7adf;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 a840d3f4a..02fc9839d 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