[GRASS-SVN] r38579 - grass/branches/develbranch_6/vector/lidar/v.lidar.growing

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 2 09:25:23 EDT 2009


Author: neteler
Date: 2009-08-02 09:25:23 -0400 (Sun, 02 Aug 2009)
New Revision: 38579

Modified:
   grass/branches/develbranch_6/vector/lidar/v.lidar.growing/main.c
Log:
Debug fix

Modified: grass/branches/develbranch_6/vector/lidar/v.lidar.growing/main.c
===================================================================
--- grass/branches/develbranch_6/vector/lidar/v.lidar.growing/main.c	2009-08-02 13:22:08 UTC (rev 38578)
+++ grass/branches/develbranch_6/vector/lidar/v.lidar.growing/main.c	2009-08-02 13:25:23 UTC (rev 38579)
@@ -173,7 +173,7 @@
 
     sprintf(buf, "SELECT Interp,ID FROM %s_edge_Interpolation",
 	    xname);
-    G_debug(0,"buf: %s", buf);
+    G_debug(1,"buf: %s", buf);
     db_append_string(&sql, buf);
 
     if (db_open_select_cursor(driver, &sql, &cursor, DB_SEQUENTIAL) != DB_OK)



More information about the grass-commit mailing list