From 16660e0a03b789f726998fc1e2fce1e4fb2d7adf Mon Sep 17 00:00:00 2001 From: dmv Date: Fri, 29 Aug 2008 06:33: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 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 -- 2.39.2