[GRASS-SVN] r43614 - grass/branches/releasebranch_6_4/vector/v.digit
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 22 09:56:24 EDT 2010
Author: neteler
Date: 2010-09-22 13:56:24 +0000 (Wed, 22 Sep 2010)
New Revision: 43614
Modified:
grass/branches/releasebranch_6_4/vector/v.digit/centre.c
Log:
backport: more debug
Modified: grass/branches/releasebranch_6_4/vector/v.digit/centre.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.digit/centre.c 2010-09-22 13:55:55 UTC (rev 43613)
+++ grass/branches/releasebranch_6_4/vector/v.digit/centre.c 2010-09-22 13:56:24 UTC (rev 43614)
@@ -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