aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/lldispatcher.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llmessage/lldispatcher.cpp
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/llmessage/lldispatcher.cpp')
-rw-r--r--linden/indra/llmessage/lldispatcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llmessage/lldispatcher.cpp b/linden/indra/llmessage/lldispatcher.cpp
index cf83079..7ba9f44 100644
--- a/linden/indra/llmessage/lldispatcher.cpp
+++ b/linden/indra/llmessage/lldispatcher.cpp
@@ -76,6 +76,7 @@ bool LLDispatcher::dispatch(
76 LLDispatchHandler* func = (*it).second; 76 LLDispatchHandler* func = (*it).second;
77 return (*func)(this, name, invoice, strings); 77 return (*func)(this, name, invoice, strings);
78 } 78 }
79 llwarns << "Unable to find handler for Generic message: " << name << llendl;
79 return false; 80 return false;
80} 81}
81 82