mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-22 10:00:26 +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)
(cherry picked from commit 2eea3483cf)
This commit is contained in:
parent
e0e59b3bbc
commit
a3f7f7b60e
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