Index: /issm/trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp
===================================================================
--- /issm/trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp	(revision 25083)
+++ /issm/trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp	(revision 25084)
@@ -32,4 +32,6 @@
 	char    root[50]; //root name of variable, ex: DragCoefficent, RhoIce, etc ...
 
+	if (VerboseQmu())_printf0_("dakota variables updates\n");
+
 	/*retrieve parameters: */
 	femmodel->parameters->FindParam(&variable_partitions,&variable_partitions_num,NULL,NULL,QmuVariablePartitionsEnum); 
@@ -45,4 +47,6 @@
 
 		descriptor=variables_descriptors[i];
+	
+		if (VerboseQmu())_printf0_("   updating variable " << descriptor << "\n");
 
 		/*From descriptor, figure out if the variable is scaled, indexed, nodal, or just a simple variable: */
