[GRASS-SVN] r64128 - grass/trunk/imagery/i.segment
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 13 05:15:44 PST 2015
Author: martinl
Date: 2015-01-13 05:15:44 -0800 (Tue, 13 Jan 2015)
New Revision: 64128
Modified:
grass/trunk/imagery/i.segment/open_files.c
Log:
i.segment: message cosmetics
Modified: grass/trunk/imagery/i.segment/open_files.c
===================================================================
--- grass/trunk/imagery/i.segment/open_files.c 2015-01-13 12:25:04 UTC (rev 64127)
+++ grass/trunk/imagery/i.segment/open_files.c 2015-01-13 13:15:44 UTC (rev 64128)
@@ -319,7 +319,7 @@
G_debug(1, "load_seeds()");
- G_message(_("Loading seeds from '%s'"), globals->seeds);
+ G_message(_("Loading seeds from raster map <%s>..."), globals->seeds);
if (Segment_open
(&seeds_seg, G_tempfile(), globals->nrows, globals->ncols,
More information about the grass-commit
mailing list