[GRASS-SVN] r37660 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 31 11:06:40 EDT 2009


Author: hamish
Date: 2009-05-31 11:06:40 -0400 (Sun, 31 May 2009)
New Revision: 37660

Modified:
   grass/trunk/lib/gis/debug.c
Log:
tweak (merge from devbr6)

Modified: grass/trunk/lib/gis/debug.c
===================================================================
--- grass/trunk/lib/gis/debug.c	2009-05-31 15:05:44 UTC (rev 37659)
+++ grass/trunk/lib/gis/debug.c	2009-05-31 15:06:40 UTC (rev 37660)
@@ -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