Index: /issm/trunk/src/m/solutions/cielo/thermal_core.m
===================================================================
--- /issm/trunk/src/m/solutions/cielo/thermal_core.m	(revision 503)
+++ /issm/trunk/src/m/solutions/cielo/thermal_core.m	(revision 504)
@@ -38,5 +38,5 @@
 
 		%Solve	
-		displaystring(m.parameters.debug,'%s',['   condition number of stiffness matrix: ',condest(K_ff)]);
+		displaystring(m.parameters.debug,'%s%g','   condition number of stiffness matrix: ',condest(K_ff));
 		[t_f]=Solver(K_ff,p_f,[],m.parameters);
 
@@ -55,6 +55,5 @@
 	
 		if ~converged,
-			displaystring(m.parameters.debug,'\n%s%i','#unstable constraints ',num_unstable_constraints);
-			m.parameters.min_thermal_constraints
+			displaystring(m.parameters.debug,'%s%i','   #unstable constraints ',num_unstable_constraints);
 			
 			if num_unstable_constraints<=m.parameters.min_thermal_constraints,
