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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 17 07:18:14 PDT 2012


Author: mmetz
Date: 2012-08-17 07:18:13 -0700 (Fri, 17 Aug 2012)
New Revision: 52711

Modified:
   grass/branches/develbranch_6/vector/v.to.rast/do_areas.c
Log:
v.to.rast: change warning to debug

Modified: grass/branches/develbranch_6/vector/v.to.rast/do_areas.c
===================================================================
--- grass/branches/develbranch_6/vector/v.to.rast/do_areas.c	2012-08-17 14:13:42 UTC (rev 52710)
+++ grass/branches/develbranch_6/vector/v.to.rast/do_areas.c	2012-08-17 14:18:13 UTC (rev 52711)
@@ -115,7 +115,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