[GRASS-SVN] r35051 -
grass/branches/releasebranch_6_4/vector/v.extract
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Dec 26 11:43:29 EST 2008
Author: martinl
Date: 2008-12-26 11:43:29 -0500 (Fri, 26 Dec 2008)
New Revision: 35051
Modified:
grass/branches/releasebranch_6_4/vector/v.extract/main.c
Log:
v.extract: message cosmetics
(merge from devbr6, r35049)
Modified: grass/branches/releasebranch_6_4/vector/v.extract/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.extract/main.c 2008-12-26 16:43:02 UTC (rev 35050)
+++ grass/branches/releasebranch_6_4/vector/v.extract/main.c 2008-12-26 16:43:29 UTC (rev 35051)
@@ -378,7 +378,8 @@
/* Read and write header info */
Vect_copy_head_data(&In, &Out);
-
+
+ G_message(_("Extracting features..."));
xtract_line(cat_count, cat_array, &In, &Out, new_cat, type, dissolve,
field, type_only, r_flag->answer ? 1 : 0);
@@ -423,7 +424,7 @@
}
/* Copy tables */
- G_verbose_message(_("Writing attributes..."));
+ G_message(_("Writing attributes..."));
/* Number of output tabs */
for (i = 0; i < Vect_get_num_dblinks(&In); i++) {
More information about the grass-commit
mailing list