From 2eea3483cf893f8f81bacd434b31408dfb38cb06 Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Thu, 13 Dec 2007 20:45:14 -0800 Subject: [PATCH] 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) --- hw/xquartz/bundle/bundle-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xquartz/bundle/bundle-main.c b/hw/xquartz/bundle/bundle-main.c index 53f60a3e2..681e1a8cc 100644 --- a/hw/xquartz/bundle/bundle-main.c +++ b/hw/xquartz/bundle/bundle-main.c @@ -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);