mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-12 05:20:33 +01:00
Cygwin/X: Make -logverbose affect the verbosity of logging to the log file
Make -logverbose affect the verbosity of logging to the log file, not just the verbosity of logging to the console Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
parent
83d120b904
commit
1b0dfd8dee
1 changed files with 1 additions and 1 deletions
|
|
@ -706,7 +706,7 @@ OsVendorInit (void)
|
|||
}
|
||||
LogSetParameter (XLOG_FLUSH, 1);
|
||||
LogSetParameter (XLOG_VERBOSITY, g_iLogVerbose);
|
||||
LogSetParameter (XLOG_FILE_VERBOSITY, 1);
|
||||
LogSetParameter (XLOG_FILE_VERBOSITY, g_iLogVerbose);
|
||||
|
||||
/* Log the version information */
|
||||
if (serverGeneration == 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue