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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 28 16:06:26 PDT 2014


Author: martinl
Date: 2014-10-28 16:06:26 -0700 (Tue, 28 Oct 2014)
New Revision: 62459

Modified:
   grass/trunk/vector/v.to.rast/raster.c
Log:
v.to.rast: fix debug level


Modified: grass/trunk/vector/v.to.rast/raster.c
===================================================================
--- grass/trunk/vector/v.to.rast/raster.c	2014-10-28 23:00:56 UTC (rev 62458)
+++ grass/trunk/vector/v.to.rast/raster.c	2014-10-28 23:06:26 UTC (rev 62459)
@@ -62,7 +62,7 @@
     if (max_rows > region.rows)
 	max_rows = region.rows;
 
-    G_debug(0, "%d of %d rows are cached", max_rows, region.rows);
+    G_debug(1, "%d of %d rows are cached", max_rows, region.rows);
 
     size = (size_t) max_rows * region.cols;
     switch (format) {



More information about the grass-commit mailing list