[GRASS-SVN] r73588 - grass/trunk/lib/imagery

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Oct 22 11:43:58 PDT 2018


Author: hcho
Date: 2018-10-22 11:43:58 -0700 (Mon, 22 Oct 2018)
New Revision: 73588

Modified:
   grass/trunk/lib/imagery/iscatt_core.c
Log:
imagery: warning message cleanup

Modified: grass/trunk/lib/imagery/iscatt_core.c
===================================================================
--- grass/trunk/lib/imagery/iscatt_core.c	2018-10-21 18:04:26 UTC (rev 73587)
+++ grass/trunk/lib/imagery/iscatt_core.c	2018-10-22 18:43:58 UTC (rev 73588)
@@ -742,7 +742,7 @@
 		free_compute_scatts_data(fd_bands, bands_rows, n_a_bands,
 					 bands_ids, NULL, NULL,
 					 scatt_conds->n_a_cats);
-		G_warning(_("Unable to read find raster <%s>"),
+		G_warning(_("Unable to find raster <%s>"),
 			  bands[band_id]);
 		return -1;
 	    }



More information about the grass-commit mailing list