From 55a9a54c65cd0ff58966408ea4d7879a3d9c749c Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 19 Mar 2013 08:55:17 +0100 Subject: Solved problem of logverbosity parameter not taking into account --- xorg-server/hw/xwin/winprocarg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xorg-server/hw/xwin/winprocarg.c') diff --git a/xorg-server/hw/xwin/winprocarg.c b/xorg-server/hw/xwin/winprocarg.c index 292d45fb1..570b91721 100644 --- a/xorg-server/hw/xwin/winprocarg.c +++ b/xorg-server/hw/xwin/winprocarg.c @@ -1031,6 +1031,7 @@ ddxProcessArgument(int argc, char *argv[], int i) if (IS_OPTION("-logverbose")) { CHECK_ARGS(1); g_iLogVerbose = atoi(argv[++i]); + LogSetParameter(XLOG_VERBOSITY, g_iLogVerbose); return 2; } -- cgit v1.2.3