[GRASS-SVN] r58300 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 25 02:26:47 PST 2013
Author: martinl
Date: 2013-11-25 02:26:46 -0800 (Mon, 25 Nov 2013)
New Revision: 58300
Modified:
grass/trunk/lib/vector/Vlib/build_pg.c
Log:
vlib/pg: message cosmetics
Modified: grass/trunk/lib/vector/Vlib/build_pg.c
===================================================================
--- grass/trunk/lib/vector/Vlib/build_pg.c 2013-11-25 10:06:37 UTC (rev 58299)
+++ grass/trunk/lib/vector/Vlib/build_pg.c 2013-11-25 10:26:46 UTC (rev 58300)
@@ -183,6 +183,8 @@
insert new faces (4)
update edges (5)
*/
+
+ G_message(_("Cleaning-up topology schema..."));
/* 1) reset centroids to '0' (universal face) */
sprintf(stmt, "UPDATE \"%s\".node SET containing_face = 0 WHERE "
"containing_face IS NOT NULL", pg_info->toposchema_name);
More information about the grass-commit
mailing list