[GRASS-SVN] r45208 - grass/branches/releasebranch_6_4/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 26 17:12:28 EST 2011


Author: martinl
Date: 2011-01-26 14:12:28 -0800 (Wed, 26 Jan 2011)
New Revision: 45208

Modified:
   grass/branches/releasebranch_6_4/lib/gis/parser.c
Log:
restore original behaviour, call G_usage() on standard verbosity level


Modified: grass/branches/releasebranch_6_4/lib/gis/parser.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/parser.c	2011-01-26 22:06:14 UTC (rev 45207)
+++ grass/branches/releasebranch_6_4/lib/gis/parser.c	2011-01-26 22:12:28 UTC (rev 45208)
@@ -993,7 +993,7 @@
     error += check_required();
     
     if (error) {
-	if (G_verbose() > G_verbose_std())
+	if (G_verbose() > G_verbose_min())
 	    G_usage();
 	return -1;
     }



More information about the grass-commit mailing list