diff options
Diffstat (limited to 'linden/indra/llmessage/llhttpnode.cpp')
-rw-r--r-- | linden/indra/llmessage/llhttpnode.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llmessage/llhttpnode.cpp b/linden/indra/llmessage/llhttpnode.cpp index 540b507..46f2061 100644 --- a/linden/indra/llmessage/llhttpnode.cpp +++ b/linden/indra/llmessage/llhttpnode.cpp | |||
@@ -426,8 +426,8 @@ void LLHTTPRegistrar::buildAllServices(LLHTTPNode& root) | |||
426 | FactoryMap::const_iterator end = map.end(); | 426 | FactoryMap::const_iterator end = map.end(); |
427 | for (; i != end; ++i) | 427 | for (; i != end; ++i) |
428 | { | 428 | { |
429 | llinfos << "LLHTTPRegistrar::buildAllServices adding node for path " | 429 | LL_DEBUGS("AppInit") << "LLHTTPRegistrar::buildAllServices adding node for path " |
430 | << i->first << llendl; | 430 | << i->first << LL_ENDL; |
431 | 431 | ||
432 | root.addNode(i->first, i->second->build()); | 432 | root.addNode(i->first, i->second->build()); |
433 | } | 433 | } |