Browse Source

improved Warning description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70479 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin 8 years ago
parent
commit
fd7fb9f9f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/gis/spawn.c

+ 1 - 1
lib/gis/spawn.c

@@ -500,7 +500,7 @@ static int do_spawn(struct spawn *sp, const char *command)
     status = win_spawn(command, sp->args, env, sp->directory, handles, sp->background, 1);
     status = win_spawn(command, sp->args, env, sp->directory, handles, sp->background, 1);
 
 
     if (!sp->background && status < 0)
     if (!sp->background && status < 0)
-	G_warning(_("Unable to execute command"));
+	G_warning(_("G_spawn: unable to execute command"));
 
 
     return status;
     return status;
 }
 }