[GRASS-SVN] r34103 - grass/branches/develbranch_6/raster/r.texture

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 30 12:11:01 EDT 2008


Author: neteler
Date: 2008-10-30 12:11:00 -0400 (Thu, 30 Oct 2008)
New Revision: 34103

Modified:
   grass/branches/develbranch_6/raster/r.texture/main.c
Log:
advertise output map names (merge from trunk, r34102)

Modified: grass/branches/develbranch_6/raster/r.texture/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.texture/main.c	2008-10-30 16:10:45 UTC (rev 34102)
+++ grass/branches/develbranch_6/raster/r.texture/main.c	2008-10-30 16:11:00 UTC (rev 34103)
@@ -365,8 +365,8 @@
 				      result, row);
 
 	    G_close_cell(outfd);
-	    G_important_message(_("Calculated measure #%d (56 measures available)"),
-				(t_measure + 1));
+	    G_important_message(_("Calculated measure #%d <%s%s> (56 measures available)"),
+				(t_measure + 1), filename, suffixes[t_measure]);
 	}
     G_free(outrast);
     G_free(data);



More information about the grass-commit mailing list