[GRASS-SVN] r50430 - grass/trunk/vector/v.to.rast

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 25 02:02:47 EST 2012


Author: hamish
Date: 2012-01-24 23:02:47 -0800 (Tue, 24 Jan 2012)
New Revision: 50430

Modified:
   grass/trunk/vector/v.to.rast/support.c
Log:
no-long-suppressed warning message is unsurprising (merge from devbr6)

Modified: grass/trunk/vector/v.to.rast/support.c
===================================================================
--- grass/trunk/vector/v.to.rast/support.c	2012-01-25 07:01:55 UTC (rev 50429)
+++ grass/trunk/vector/v.to.rast/support.c	2012-01-25 07:02:47 UTC (rev 50430)
@@ -304,7 +304,7 @@
 
 	    /* get column type */
 	    if (!label_column) {
-		G_warning(_("Label column was not specified, no labels will be written"));
+		G_verbose_message(_("Label column was not specified, no labels will be written"));
 		break;
 	    }
 	    else {



More information about the grass-commit mailing list