[GRASS-SVN] r50429 - grass/branches/develbranch_6/vector/v.to.rast

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


Author: hamish
Date: 2012-01-24 23:01:55 -0800 (Tue, 24 Jan 2012)
New Revision: 50429

Modified:
   grass/branches/develbranch_6/vector/v.to.rast/support.c
Log:
no-long-suppressed warning message is unsurprising

Modified: grass/branches/develbranch_6/vector/v.to.rast/support.c
===================================================================
--- grass/branches/develbranch_6/vector/v.to.rast/support.c	2012-01-25 06:41:18 UTC (rev 50428)
+++ grass/branches/develbranch_6/vector/v.to.rast/support.c	2012-01-25 07:01:55 UTC (rev 50429)
@@ -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