diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/llmessage/llhttpnode.cpp | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-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.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 | } |