[GRASS-SVN] r70479 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 4 05:18:27 PST 2017


Author: ychemin
Date: 2017-02-04 05:18:27 -0800 (Sat, 04 Feb 2017)
New Revision: 70479

Modified:
   grass/trunk/lib/gis/spawn.c
Log:
improved Warning description

Modified: grass/trunk/lib/gis/spawn.c
===================================================================
--- grass/trunk/lib/gis/spawn.c	2017-02-02 20:44:02 UTC (rev 70478)
+++ grass/trunk/lib/gis/spawn.c	2017-02-04 13:18:27 UTC (rev 70479)
@@ -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