mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-06 16:20:40 +01:00
Muffle compiler warnings.
fix option name in log message. improve debugging messages.
This commit is contained in:
parent
932efe8e6d
commit
5b2211ec35
1 changed files with 1 additions and 1 deletions
|
|
@ -1003,7 +1003,7 @@ DoConfigure()
|
|||
}
|
||||
|
||||
ErrorF("\nYour %s file is %s\n\n", XF86CONFIGFILE ,filename);
|
||||
ErrorF("To test the server, run 'X -xf86config %s'\n\n", filename);
|
||||
ErrorF("To test the server, run 'X -config %s'\n\n", filename);
|
||||
|
||||
bail:
|
||||
OsCleanup(TRUE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue