mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 07:38:22 +02:00
Set the logfile verbosity too. this silences a lot of debug messages in the
logfile
This commit is contained in:
parent
9263d80b5c
commit
962f3cbed8
1 changed files with 1 additions and 0 deletions
|
|
@ -290,6 +290,7 @@ OsVendorInit (void)
|
|||
}
|
||||
LogSetParameter (XLOG_FLUSH, 1);
|
||||
LogSetParameter (XLOG_VERBOSITY, g_iLogVerbose);
|
||||
LogSetParameter (XLOG_FILE_VERBOSITY, g_iLogVerbose);
|
||||
|
||||
/* Log the version information */
|
||||
if (serverGeneration == 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue