[GRASS-SVN] r37658 - grass/branches/develbranch_6/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 31 11:05:14 EDT 2009
Author: hamish
Date: 2009-05-31 11:05:14 -0400 (Sun, 31 May 2009)
New Revision: 37658
Modified:
grass/branches/develbranch_6/lib/gis/debug.c
Log:
tweak
Modified: grass/branches/develbranch_6/lib/gis/debug.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/debug.c 2009-05-31 15:02:47 UTC (rev 37657)
+++ grass/branches/develbranch_6/lib/gis/debug.c 2009-05-31 15:05:14 UTC (rev 37658)
@@ -36,8 +36,9 @@
* - 1 - message is printed once or twice per module<br>
* - 2 - less interesting once-per-module messages,<br>
* - 2 - library functions likely to be used once in a module<br>
- * - 3- library functions likely to be called a few times in a module (<=10),<br>
- * - 3 - each row (raster) or line (vector) or database/column (DB)<br>
+ * - 3 - library functions likely to be called a few times in a module (<=10),<br>
+ * - 3 - database opening and closing logistics<br>
+ * - 4 - each row (raster) or line (vector) or database/column (DB),<br>
* - 4 - each column/cat (DB)<br>
* - 5 - each cell (raster) or point (vector) or cat/attribute (DB)
*
More information about the grass-commit
mailing list