Remove program name from error messages

This commit is contained in:
Aaron Marcher 2018-03-28 18:49:27 +02:00
parent 96f3a8a54e
commit 2289798b6d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}