diff options
| author | Kelly Washington <kelly@lindenlab.com> | 2007-03-07 20:11:50 +0000 | 
|---|---|---|
| committer | Kelly Washington <kelly@lindenlab.com> | 2007-03-07 20:11:50 +0000 | 
| commit | a00d02efef4de36138194f468465235c01b11d01 (patch) | |
| tree | aec381950e5ca11e49df4ee73511ba86b976317c | |
| parent | 068558f888446691ebbb3df2105948e0d50300a5 (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
| -rw-r--r-- | indra/llmessage/lldispatcher.cpp | 1 | 
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;  } | 
