aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/lldispatcher.cpp
diff options
context:
space:
mode:
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