summaryrefslogtreecommitdiff
path: root/indra/llmessage/lliopipe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmessage/lliopipe.cpp')
-rw-r--r--indra/llmessage/lliopipe.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/lliopipe.cpp b/indra/llmessage/lliopipe.cpp
index a0cf5183f1..2bb43d8166 100644
--- a/indra/llmessage/lliopipe.cpp
+++ b/indra/llmessage/lliopipe.cpp
@@ -55,6 +55,7 @@ static const std::string STATUS_ERROR_NAMES[LLIOPipe::STATUS_ERROR_COUNT] =
std::string("STATUS_EXPIRED"),
};
+#ifdef LL_DEBUG_PUMPS
// Debugging schmutz for deadlock
const char *gPumpFile = "";
S32 gPumpLine = 0;
@@ -64,6 +65,7 @@ void pump_debug(const char *file, S32 line)
gPumpFile = file;
gPumpLine = line;
}
+#endif /* LL_DEBUG_PUMPS */
/**
* LLIOPipe