[GRASS-SVN] r46377 - grass/branches/releasebranch_6_4/ps/ps.map

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 23 03:38:50 EDT 2011


Author: hamish
Date: 2011-05-23 00:38:50 -0700 (Mon, 23 May 2011)
New Revision: 46377

Modified:
   grass/branches/releasebranch_6_4/ps/ps.map/main.c
Log:
error message must be displayed regardless of --quiet flag

Modified: grass/branches/releasebranch_6_4/ps/ps.map/main.c
===================================================================
--- grass/branches/releasebranch_6_4/ps/ps.map/main.c	2011-05-23 07:22:55 UTC (rev 46376)
+++ grass/branches/releasebranch_6_4/ps/ps.map/main.c	2011-05-23 07:38:50 UTC (rev 46377)
@@ -265,7 +265,7 @@
 			  output_file->answer, strerror(errno));
     }
     else {
-	G_message(_("\nERROR: Required parameter <%s> not set:\n    (%s).\n"),
+	G_important_message(_("\nERROR: Required parameter <%s> not set:\n    (%s).\n"),
 		  output_file->key, output_file->description);
 	usage(1);
     }



More information about the grass-commit mailing list