Set default loglevel to 2

This commit is contained in:
Alexander Gottwald 2004-04-22 20:05:34 +00:00
parent 801f542242
commit 01bdcc8530

View file

@ -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;