From bd55c2f02127e17dfe246fef1821e422b2757972 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 20 Jan 2009 11:46:05 +1100 Subject: Don't print xkb options twice to the log file. xf86SetStrOption already prints with X_CONFIG anyway, no need to do it again. Signed-off-by: Peter Hutterer (cherry picked from commit 263bf04a9d350dddd796f3a21c7b1749647be91c) --- src/evdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/evdev.c b/src/evdev.c index 5601caa..6eaaaca 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -211,7 +211,6 @@ SetXkbOption(InputInfoPtr pInfo, char *name, char **option) *option = NULL; } else { *option = s; - xf86Msg(X_CONFIG, "%s: %s: \"%s\"\n", pInfo->name, name, s); } } } -- cgit v1.2.3