From a00d02efef4de36138194f468465235c01b11d01 Mon Sep 17 00:00:00 2001
From: Kelly Washington <kelly@lindenlab.com>
Date: Wed, 7 Mar 2007 20:11:50 +0000
Subject: [PATCH] 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

---
 indra/llmessage/lldispatcher.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/llmessage/lldispatcher.cpp b/indra/llmessage/lldispatcher.cpp
index 8ba051765e8..46710b164ca 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;
 }
 
-- 
GitLab