Index: /issm/trunk/src/c/io/ModelFetchData.cpp
===================================================================
--- /issm/trunk/src/c/io/ModelFetchData.cpp	(revision 365)
+++ /issm/trunk/src/c/io/ModelFetchData.cpp	(revision 366)
@@ -89,5 +89,5 @@
 	MPI_Bcast(&found,1,MPI_INT,0,MPI_COMM_WORLD); 
 
-	if(!found)throw ErrorException(__FUNCT__,exprintf("%s%s","could not find data with name",data_name));
+	if(!found)throw ErrorException(__FUNCT__,exprintf("%s %s ","could not find data with name",data_name));
 
 	/*We are at the correct position! Go for it: */
