aboutsummaryrefslogtreecommitdiff
path: root/xorg-server
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-09-28 16:22:01 +0000
committermarha <marha@users.sourceforge.net>2009-09-28 16:22:01 +0000
commit424b9c89e78f863280e61968fb1fdc694072cced (patch)
tree58d557524314025bd6129c903fb7a4dea674d6ae /xorg-server
parent3a532b45fd32105232275e407c434d15cebeda77 (diff)
downloadvcxsrv-424b9c89e78f863280e61968fb1fdc694072cced.tar.gz
vcxsrv-424b9c89e78f863280e61968fb1fdc694072cced.tar.bz2
vcxsrv-424b9c89e78f863280e61968fb1fdc694072cced.zip
Take for the log file the same verbosity as for the screen.
Diffstat (limited to 'xorg-server')
-rw-r--r--xorg-server/hw/xwin/InitOutput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/InitOutput.c b/xorg-server/hw/xwin/InitOutput.c
index 15cecbb3a..acf8bc1ea 100644
--- a/xorg-server/hw/xwin/InitOutput.c
+++ b/xorg-server/hw/xwin/InitOutput.c
@@ -724,7 +724,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)