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