浏览代码

vlib/pg: message cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58300 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 年之前
父节点
当前提交
e99af000dc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lib/vector/Vlib/build_pg.c

+ 2 - 0
lib/vector/Vlib/build_pg.c

@@ -183,6 +183,8 @@ int build_topo(struct Map_info *Map, int build)
            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);