Pārlūkot izejas kodu

improved Warning description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70479 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin 8 gadi atpakaļ
vecāks
revīzija
fd7fb9f9f9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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);
 
     if (!sp->background && status < 0)
-	G_warning(_("Unable to execute command"));
+	G_warning(_("G_spawn: unable to execute command"));
 
     return status;
 }