From dc2684fa1de8f85fe2e7f4cb9a11dc36efdc4e79 Mon Sep 17 00:00:00 2001
From: Josh Bell <josh@lindenlab.com>
Date: Mon, 7 Jan 2008 20:56:24 +0000
Subject: [PATCH] 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
---
 indra/llmessage/lliohttpserver.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llmessage/lliohttpserver.cpp b/indra/llmessage/lliohttpserver.cpp
index 85a1e229aba..acc38e153d4 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;
-- 
GitLab