mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-29 20:30:30 +01:00
Set default loglevel to 2
This commit is contained in:
parent
801f542242
commit
01bdcc8530
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ const char * g_pszQueryHost = NULL;
|
|||
Bool g_fXdmcpEnabled = FALSE;
|
||||
HICON g_hiconX = NULL;
|
||||
char * g_pszLogFile = "/tmp/XWin.log";
|
||||
int g_iLogVerbose = 4;
|
||||
int g_iLogVerbose = 2;
|
||||
Bool g_fLogInited = FALSE;
|
||||
char * g_pszCommandLine = NULL;
|
||||
Bool g_fUseMsg = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue