diff options
author | Josh Bell <josh@lindenlab.com> | 2008-01-07 20:56:24 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2008-01-07 20:56:24 +0000 |
commit | dc2684fa1de8f85fe2e7f4cb9a11dc36efdc4e79 (patch) | |
tree | 8a397588c15e96231a38e37e421e93baa48e2fbc | |
parent | e1d40972220a6f90a2913b713e4daa665b188a56 (diff) |
svn merge -r 76923:76933 svn+ssh://svn.lindenlab.com/svn/linden/branches/improved-im-for-merge --> release
QAR-176 merge of Improved IM into Release
-rw-r--r-- | indra/llmessage/lliohttpserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/lliohttpserver.cpp b/indra/llmessage/lliohttpserver.cpp index 85a1e229ab..acc38e153d 100644 --- a/indra/llmessage/lliohttpserver.cpp +++ b/indra/llmessage/lliohttpserver.cpp @@ -827,7 +827,7 @@ LLIOPipe::EStatus LLHTTPResponder::process_impl( } else { - llinfos << "LLHTTPResponder::process_impl didn't find a node for " + llwarns << "LLHTTPResponder::process_impl didn't find a node for " << mAbsPathAndQuery << llendl; LLBufferStream str(channels, buffer.get()); mState = STATE_SHORT_CIRCUIT; |