[GRASS-SVN] r57019 - grass/trunk/vector/v.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 5 03:51:10 PDT 2013


Author: mmetz
Date: 2013-07-05 03:51:09 -0700 (Fri, 05 Jul 2013)
New Revision: 57019

Modified:
   grass/trunk/vector/v.in.ogr/main.c
Log:
v.in.ogr: less confusing message

Modified: grass/trunk/vector/v.in.ogr/main.c
===================================================================
--- grass/trunk/vector/v.in.ogr/main.c	2013-07-05 10:49:57 UTC (rev 57018)
+++ grass/trunk/vector/v.in.ogr/main.c	2013-07-05 10:51:09 UTC (rev 57019)
@@ -762,8 +762,8 @@
 	OGR_L_ResetReading(Ogr_layer);
 
 	/* count polygons and isles */
-	G_message(_("Counting polygons for %d features (OGR layer <%s>)..."),
-		  n_features, layer_names[layer]);
+	G_message(_("Check if OGR layer <%s> contains polygons..."),
+		  layer_names[layer]);
 	while ((Ogr_feature = OGR_L_GetNextFeature(Ogr_layer)) != NULL) {
 	    G_percent(feature_count++, n_features, 1);	/* show something happens */
 	    /* Geometry */



More information about the grass-commit mailing list