[GRASS-SVN] r35050 - grass/trunk/vector/v.extract
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Dec 26 11:43:02 EST 2008
Author: martinl
Date: 2008-12-26 11:43:02 -0500 (Fri, 26 Dec 2008)
New Revision: 35050
Modified:
grass/trunk/vector/v.extract/main.c
Log:
v.extract: message cosmetics
(merge from devbr6, r35049)
Modified: grass/trunk/vector/v.extract/main.c
===================================================================
--- grass/trunk/vector/v.extract/main.c 2008-12-26 16:41:53 UTC (rev 35049)
+++ grass/trunk/vector/v.extract/main.c 2008-12-26 16:43:02 UTC (rev 35050)
@@ -373,7 +373,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);
@@ -418,7 +419,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