Index: /issm/trunk/test/NightlyRun/runme.m
===================================================================
--- /issm/trunk/test/NightlyRun/runme.m	(revision 5085)
+++ /issm/trunk/test/NightlyRun/runme.m	(revision 5086)
@@ -150,5 +150,5 @@
 						fprintf(fid,'\n------------------------------------------------------------------\n');
 						fclose(fid);
-						disp(sprintf(['FAILURE difference: N/A test id: %i test name: %s field: %s'],id,Id2Name(id),fieldname));
+						disp(sprintf(['FAILURE difference: N/A test id: %i test name: %s field: %s'],id,Id2Name(id),'N/A'));
 					elseif strcmpi(output,'daily');
 						fid=fopen([ISSM_DIR '/dailylog/matlaberror.log'], 'at');
@@ -156,5 +156,5 @@
 						fprintf(fid,'\n------------------------------------------------------------------\n');
 						fclose(fid);
-						disp(sprintf(['FAILURE difference: N/A test id: %i test name: %s field: %s'],id,Id2Name(id),fieldname));
+						disp(sprintf(['FAILURE difference: N/A test id: %i test name: %s field: %s'],id,Id2Name(id),'N/A'));
 					end
 				end
