Index: /issm/branches/trunk-larour-GRL2017/src/c/modules/ModelProcessorx/ModelProcessorx.cpp
===================================================================
--- /issm/branches/trunk-larour-GRL2017/src/c/modules/ModelProcessorx/ModelProcessorx.cpp	(revision 21598)
+++ /issm/branches/trunk-larour-GRL2017/src/c/modules/ModelProcessorx/ModelProcessorx.cpp	(revision 21599)
@@ -68,6 +68,8 @@
 
 	/*Solution specific updates*/
+	if(VerboseMProcessor()) _printf0_("   updating elements and materials for control parameters" << "\n");
 	UpdateElementsAndMaterialsControl(elements,materials,iomodel);
 	#ifdef _HAVE_DAKOTA_
+	if(VerboseMProcessor()) _printf0_("   updating elements and materials for uncertainty quantification" << "\n");
 	UpdateElementsAndMaterialsDakota(elements,materials,iomodel);
 	#endif
@@ -77,4 +79,5 @@
 
 	/*Output definitions dataset: */
+	if(VerboseMProcessor()) _printf0_("   creating output definitions" << "\n");
 	CreateOutputDefinitions(elements,parameters,iomodel);
 
