Преглед изворни кода

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)
            insert new faces (4)
            update edges (5)
            update edges (5)
         */
         */
+
+        G_message(_("Cleaning-up topology schema..."));
         /* 1) reset centroids to '0' (universal face) */
         /* 1) reset centroids to '0' (universal face) */
         sprintf(stmt, "UPDATE \"%s\".node SET containing_face = 0 WHERE "
         sprintf(stmt, "UPDATE \"%s\".node SET containing_face = 0 WHERE "
                 "containing_face IS NOT NULL", pg_info->toposchema_name);
                 "containing_face IS NOT NULL", pg_info->toposchema_name);