[GRASS-SVN] r30535 - grass/trunk/vector/v.distance

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 12 10:31:28 EDT 2008


Author: martinl
Date: 2008-03-12 10:31:28 -0400 (Wed, 12 Mar 2008)
New Revision: 30535

Modified:
   grass/trunk/vector/v.distance/main.c
Log:
v.distance: message ('more cats of to_layer') less cryptic, TODO: all cats of given field? still open"


Modified: grass/trunk/vector/v.distance/main.c
===================================================================
--- grass/trunk/vector/v.distance/main.c	2008-03-12 09:38:33 UTC (rev 30534)
+++ grass/trunk/vector/v.distance/main.c	2008-03-12 14:31:28 UTC (rev 30535)
@@ -654,7 +654,7 @@
 		for ( j = 0; j < TCats->n_cats; j++) {
 		    if ( TCats->field[j] == to_field ) {
 			if ( tmp_tcat >= 0 ) 
-			    G_warning (_("More cats of to_layer"));
+			    G_warning (_("More cats found in to_layer (area=%d)"), area);
 			tmp_tcat = TCats->cat[j];
 		    }
 		}



More information about the grass-commit mailing list