diff src/utils.cc @ 217:cd2e49fb4f6b

[project @ 1993-11-13 09:16:01 by jwe]
author jwe
date Sat, 13 Nov 1993 09:30:40 +0000
parents 13c6086c325c
children 8379f38f80c3
line wrap: on
line diff
--- a/src/utils.cc	Sat Nov 13 09:11:10 1993 +0000
+++ b/src/utils.cc	Sat Nov 13 09:30:40 1993 +0000
@@ -1189,7 +1189,8 @@
 
 	      if (strcmp (plot_prog, "gnuplot") != 0)
 		{
-		  message ("plot", "trying again with `gnuplot'");
+		  warning ("having trouble finding plotting program.");
+		  warning ("trying again with `gnuplot'");
 		  goto last_chance;
 		}
 	    }