X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=util.c;h=0a5bd96e1fde45858b99b44d396ca0452e015a13;hb=7e433694ffa59c5b47f216409d5fd2d68b77742e;hp=09fd872066ea892145ebfe96acf0baf13ab3e840;hpb=d7e17087ed2fc5eed57efa03e81460e3e41f7238;p=dwm.git diff --git a/util.c b/util.c index 09fd872..0a5bd96 100644 --- a/util.c +++ b/util.c @@ -85,7 +85,7 @@ spawn(char *argv[]) close(ConnectionNumber(dpy)); setsid(); execvp(argv[0], argv); - fprintf(stderr, "gridwm: execvp %s", argv[0]); + fprintf(stderr, "dwm: execvp %s", argv[0]); perror(" failed"); } exit (0);