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)
This commit is contained in:
Ben Byer 2007-12-13 20:45:14 -08:00
parent ba4d2096e7
commit 2eea3483cf

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);