[GRASS-SVN] r35049 - grass/branches/develbranch_6/vector/v.extract

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 26 11:41:53 EST 2008


Author: martinl
Date: 2008-12-26 11:41:53 -0500 (Fri, 26 Dec 2008)
New Revision: 35049

Modified:
   grass/branches/develbranch_6/vector/v.extract/main.c
Log:
v.extract: message cosmetics


Modified: grass/branches/develbranch_6/vector/v.extract/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.extract/main.c	2008-12-26 16:41:24 UTC (rev 35048)
+++ grass/branches/develbranch_6/vector/v.extract/main.c	2008-12-26 16:41:53 UTC (rev 35049)
@@ -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