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