Muffle compiler warnings.
fix option name in log message. improve debugging messages.
This commit is contained in:
parent
932efe8e6d
commit
5b2211ec35
|
@ -1003,7 +1003,7 @@ DoConfigure()
|
||||||
}
|
}
|
||||||
|
|
||||||
ErrorF("\nYour %s file is %s\n\n", XF86CONFIGFILE ,filename);
|
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:
|
bail:
|
||||||
OsCleanup(TRUE);
|
OsCleanup(TRUE);
|
||||||
|
|
Loading…
Reference in New Issue