summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/llmessage/llpumpio.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/llpumpio.cpp b/indra/llmessage/llpumpio.cpp
index c3b298d020..7644738cfd 100644
--- a/indra/llmessage/llpumpio.cpp
+++ b/indra/llmessage/llpumpio.cpp
@@ -636,8 +636,10 @@ void LLPumpIO::pump(const S32& poll_timeout)
llwarns << "Removing pipe "
<< (*run_chain).mChainLinks[0].mPipe
<< " '"
+#if LL_DEBUG_PIPE_TYPE_IN_PUMP
<< typeid(
*((*run_chain).mChainLinks[0].mPipe)).name()
+#endif
<< "' because: "
<< events_2_string(poll->rtnevents)
<< llendl;