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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 31 10:59:34 EDT 2009


Author: hamish
Date: 2009-05-31 10:59:34 -0400 (Sun, 31 May 2009)
New Revision: 37656

Modified:
   grass/trunk/lib/gis/debug.c
Log:
add debug recommendations (vect/db modules have way too much at level 1,2) merge from devbr6

Modified: grass/trunk/lib/gis/debug.c
===================================================================
--- grass/trunk/lib/gis/debug.c	2009-05-31 14:58:16 UTC (rev 37655)
+++ grass/trunk/lib/gis/debug.c	2009-05-31 14:59:34 UTC (rev 37656)
@@ -33,9 +33,13 @@
  * is set to level equal or greater  
  *
  * Levels: (recommended levels)<br>
- *  - 1 - message is printed once or few times per module<br>
- *  - 3 - each row (raster) or line (vector)<br>
- *  - 5 - each cell (raster) or point (vector) 
+ *  - 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>
+ *  - 4 - each column/cat (DB)<br>
+ *  - 5 - each cell (raster) or point (vector) or cat/attribute (DB)
  *
  * \param[in] level level
  * \param[in] msg message



More information about the grass-commit mailing list