[GRASS-SVN] r70480 - grass/branches/releasebranch_7_2/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 4 06:30:20 PST 2017
Author: neteler
Date: 2017-02-04 06:30:19 -0800 (Sat, 04 Feb 2017)
New Revision: 70480
Modified:
grass/branches/releasebranch_7_2/lib/gis/spawn.c
Log:
libgis: improved Warning description
Modified: grass/branches/releasebranch_7_2/lib/gis/spawn.c
===================================================================
--- grass/branches/releasebranch_7_2/lib/gis/spawn.c 2017-02-04 13:18:27 UTC (rev 70479)
+++ grass/branches/releasebranch_7_2/lib/gis/spawn.c 2017-02-04 14:30:19 UTC (rev 70480)
@@ -500,7 +500,7 @@
status = win_spawn(command, sp->args, env, sp->directory, handles, sp->background, 1);
if (!sp->background && status < 0)
- G_warning(_("Unable to execute command"));
+ G_warning(_("G_spawn: unable to execute command"));
return status;
}
More information about the grass-commit
mailing list