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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 28 07:30:13 EDT 2010


Author: mmetz
Date: 2010-07-28 11:30:13 +0000 (Wed, 28 Jul 2010)
New Revision: 42919

Modified:
   grass/trunk/vector/v.to.rast/do_areas.c
Log:
change confusing warning to degub msg

Modified: grass/trunk/vector/v.to.rast/do_areas.c
===================================================================
--- grass/trunk/vector/v.to.rast/do_areas.c	2010-07-28 10:23:07 UTC (rev 42918)
+++ grass/trunk/vector/v.to.rast/do_areas.c	2010-07-28 11:30:13 UTC (rev 42919)
@@ -116,7 +116,7 @@
 	centroid = Vect_get_area_centroid(Map, i + 1);
 	if (centroid <= 0) {
 	    SETNULL(&cat);
-	    G_warning(_("Area without centroid (may be OK for island)"));
+	    G_debug(2,_("Area without centroid (OK for island)"));
 	}
 	else {
 	    Vect_read_line(Map, NULL, Cats, centroid);



More information about the grass-commit mailing list