[GRASS-SVN] r42829 - grass/branches/develbranch_6/vector/v.digit

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 18 07:13:15 EDT 2010


Author: hamish
Date: 2010-07-18 11:13:15 +0000 (Sun, 18 Jul 2010)
New Revision: 42829

Modified:
   grass/branches/develbranch_6/vector/v.digit/centre.c
Log:
enhanced debug message for #917

Modified: grass/branches/develbranch_6/vector/v.digit/centre.c
===================================================================
--- grass/branches/develbranch_6/vector/v.digit/centre.c	2010-07-18 10:01:49 UTC (rev 42828)
+++ grass/branches/develbranch_6/vector/v.digit/centre.c	2010-07-18 11:13:15 UTC (rev 42829)
@@ -167,7 +167,9 @@
 
 void end(void)
 {
-    G_debug(1, "end()");
+    G_debug(1, "end(): Building toplogy for <%s> in <%s> and then closing.",
+	Map.name, Map.mapset);
+
     Vect_build_partial(&Map, GV_BUILD_NONE);
     Vect_build(&Map);
     Vect_close(&Map);



More information about the grass-commit mailing list