JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added logo+description
[dwm.git] / util.c
diff --git a/util.c b/util.c
index 09fd872..0a5bd96 100644 (file)
--- 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);