summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorKelly Washington <kelly@lindenlab.com>2007-03-07 20:11:50 +0000
committerKelly Washington <kelly@lindenlab.com>2007-03-07 20:11:50 +0000
commita00d02efef4de36138194f468465235c01b11d01 (patch)
treeaec381950e5ca11e49df4ee73511ba86b976317c /indra/llmessage
parent068558f888446691ebbb3df2105948e0d50300a5 (diff)
SL-36804 Fixed offline IMs by changing source host dataserver checks to check against all dataservers.
Added some extra warnings to odd failure cases. Cleaned up 1 extra line of inventory connector (from merge weirdness). reviewed with leyla
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/lldispatcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/lldispatcher.cpp b/indra/llmessage/lldispatcher.cpp
index 8ba051765e..46710b164c 100644
--- a/indra/llmessage/lldispatcher.cpp
+++ b/indra/llmessage/lldispatcher.cpp
@@ -57,6 +57,7 @@ bool LLDispatcher::dispatch(
LLDispatchHandler* func = (*it).second;
return (*func)(this, name, invoice, strings);
}
+ llwarns << "Unable to find handler for Generic message: " << name << llendl;
return false;
}