aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llhttpnode.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:50 -0500
committerJacek Antonelli2008-08-15 23:45:50 -0500
commit2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch)
tree95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/llmessage/llhttpnode.cpp
parentSecond Life viewer sources 1.20.6 (diff)
downloadmeta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2
meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz
Second Life viewer sources 1.20.7
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/llhttpnode.cpp4
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 }