From 8cdb0a11b7a53698da7e8d473935230001fb2343 Mon Sep 17 00:00:00 2001 From: dmv Date: Tue, 26 Aug 2008 10:53:18 +0000 Subject: [PATCH] Bug IPAL19893 4.x: debug information is in terminal. --- src/SALOMELocalTrace/LocalTraceBufferPool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2