mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 00:10:05 +01:00
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:
parent
ba4d2096e7
commit
2eea3483cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue