Index: /issm/trunk-jpl/src/c/modules/OutputDefinitionsResponsex/OutputDefinitionsResponsex.cpp
===================================================================
--- /issm/trunk-jpl/src/c/modules/OutputDefinitionsResponsex/OutputDefinitionsResponsex.cpp	(revision 22385)
+++ /issm/trunk-jpl/src/c/modules/OutputDefinitionsResponsex/OutputDefinitionsResponsex.cpp	(revision 22386)
@@ -60,5 +60,7 @@
 	
 	/*If we are here, did not find the definition for this response, not good!: */
-	_error_("Could not find the response for output definition " << output_enum << " because could not find the definition itself!");
+	_error_("Could not find the response for output definition " << EnumToStringx(output_enum) 
+				<<" ("<<output_enum<<")"
+				<< " because could not find the definition itself!");
 
 }
