diff options
-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; |