[GRASS-SVN] r55479 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 21 06:22:57 PDT 2013
Author: martinl
Date: 2013-03-21 06:22:56 -0700 (Thu, 21 Mar 2013)
New Revision: 55479
Modified:
grass/trunk/lib/vector/Vlib/build.c
Log:
vlib: don't print building message for temporary maps (cosmetics)
Modified: grass/trunk/lib/vector/Vlib/build.c
===================================================================
--- grass/trunk/lib/vector/Vlib/build.c 2013-03-21 12:47:36 UTC (rev 55478)
+++ grass/trunk/lib/vector/Vlib/build.c 2013-03-21 13:22:56 UTC (rev 55479)
@@ -857,7 +857,7 @@
Vect_open_sidx(Map, 2);
plus = &(Map->plus);
- if (build > GV_BUILD_NONE) {
+ if (build > GV_BUILD_NONE && !Map->temporary) {
G_message(_("Building topology for vector map <%s>..."),
Vect_get_full_name(Map));
}
More information about the grass-commit
mailing list