Index: /issm/trunk-jpl/src/wrappers/matlab/include/wrapper_macros.h
===================================================================
--- /issm/trunk-jpl/src/wrappers/matlab/include/wrapper_macros.h	(revision 16229)
+++ /issm/trunk-jpl/src/wrappers/matlab/include/wrapper_macros.h	(revision 16230)
@@ -26,5 +26,5 @@
 	}\
 	catch (exception &e){\
-		mexErrMsgTxt(exprintf("Standard exception: %s\n",e.what()));\
+		mexErrMsgTxt(e.what());\
 	}\
 	catch(...){\
Index: /issm/trunk-jpl/src/wrappers/python/include/wrapper_macros.h
===================================================================
--- /issm/trunk-jpl/src/wrappers/python/include/wrapper_macros.h	(revision 16229)
+++ /issm/trunk-jpl/src/wrappers/python/include/wrapper_macros.h	(revision 16230)
@@ -31,5 +31,5 @@
   } \
 	catch (exception &e){\
-		PyErr_SetString(PyExc_TypeError,exprintf("Standard exception: %s\n",e.what()));\
+		PyErr_SetString(PyExc_TypeError,e.what());\
 		return NULL;\
 	}\
