diff options
author | Aaron Brashears <aaronb@lindenlab.com> | 2007-12-05 18:27:07 +0000 |
---|---|---|
committer | Aaron Brashears <aaronb@lindenlab.com> | 2007-12-05 18:27:07 +0000 |
commit | 45057e8881c3166c7c0ef545c02bc177922af6fb (patch) | |
tree | 41928e836fab79b9be1f00c66fc5c4b2021fcfab | |
parent | 2a9be0445b82fdca0fb98da20f74c0200a9bffe1 (diff) |
removed use of typeid()
-rw-r--r-- | indra/llmessage/llpumpio.cpp | 2 |
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; |