Skip to content
Snippets Groups Projects
Commit a00d02ef authored by Kelly Washington's avatar Kelly Washington
Browse files

SL-36804 Fixed offline IMs by changing source host dataserver checks to check...

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
parent 068558f8
Branches
Tags
No related merge requests found
...@@ -57,6 +57,7 @@ bool LLDispatcher::dispatch( ...@@ -57,6 +57,7 @@ bool LLDispatcher::dispatch(
LLDispatchHandler* func = (*it).second; LLDispatchHandler* func = (*it).second;
return (*func)(this, name, invoice, strings); return (*func)(this, name, invoice, strings);
} }
llwarns << "Unable to find handler for Generic message: " << name << llendl;
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment