Index: /issm/trunk-jpl/src/c/shared/Exceptions/Exceptions.cpp
===================================================================
--- /issm/trunk-jpl/src/c/shared/Exceptions/Exceptions.cpp	(revision 17172)
+++ /issm/trunk-jpl/src/c/shared/Exceptions/Exceptions.cpp	(revision 17173)
@@ -45,5 +45,6 @@
 
 	file_line= what_line;
-	this->Report();
+	/*When error messages are not shown properly, uncomment the following line*/
+	//this->Report();
 
 }/*}}}*/
