clarified debug message to indicate that we're sleeping

(in case we get reports about slow launch times, this will
help clarify what's happening)
(cherry picked from commit 2eea3483cf)
This commit is contained in:
Ben Byer 2007-12-13 20:45:14 -08:00 committed by Jeremy Huddleston
parent e0e59b3bbc
commit a3f7f7b60e

View File

@ -52,7 +52,7 @@ int main(int argc, char **argv) {
/* Now, try to open a display, if so, run the launcher */
display = XOpenDisplay(NULL);
if(display) {
fprintf(stderr, "X11.app: main(): closing the display");
fprintf(stderr, "X11.app: main(): closing the display and sleeping");
/* Could open the display, start the launcher */
XCloseDisplay(display);