Browse Source

Remove program name from error messages

Aaron Marcher 7 years ago
parent
commit
2289798b6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      slstatus.c

+ 1 - 1
slstatus.c

@@ -76,7 +76,7 @@ main(int argc, char *argv[])
 	sigaction(SIGTERM, &act, NULL);
 
 	if (!sflag && !(dpy = XOpenDisplay(NULL))) {
-		fprintf(stderr, "slstatus: cannot open display");
+		fprintf(stderr, "Cannot open display");
 		return 1;
 	}