This commit is contained in:
Enno Boland (tox) 2009-10-17 20:33:27 +02:00
parent 2cfbcbdf71
commit ca10af0783
1 changed files with 1 additions and 1 deletions

2
surf.c
View File

@ -751,7 +751,7 @@ spawn(Client *c, const Arg *arg) {
close(ConnectionNumber(dpy));
setsid();
execvp(((char **)arg->v)[0], (char **)arg->v);
fprintf(stderr, "tabbed: execvp %s", ((char **)arg->v)[0]);
fprintf(stderr, "surf: execvp %s", ((char **)arg->v)[0]);
perror(" failed");
exit(0);
}