From 4589eb724b435590e9c34d47ec52f2d165158063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 24 Jun 2015 23:52:18 +0200 Subject: [PATCH] add debug area to doc --- debian/guhd.1 | 2 ++ server/main.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/guhd.1 b/debian/guhd.1 index 4e9960ce..a0b1b576 100644 --- a/debian/guhd.1 +++ b/debian/guhd.1 @@ -52,6 +52,8 @@ Print the debug messages from the date/time device plugin. Print the debug messages from eQ-3 device plugin. .IP \fILgSmartTv\fR\ (default\ disabled) Print the debug messages from Lg Smart Tv device plugin. +.IP \fIKodi\fR\ (default\ disabled) +Print the debug messages from kodi device plugin. .IP \fILircd\fR\ (default\ disabled) Print the debug messages from lircd device plugin. .IP \fIMailNotification\fR\ (default\ disabled) diff --git a/server/main.cpp b/server/main.cpp index 318f9875..953b325d 100644 --- a/server/main.cpp +++ b/server/main.cpp @@ -81,7 +81,7 @@ int main(int argc, char *argv[]) s_loggingFilters.insert("WakeOnLan", false); s_loggingFilters.insert("Wemo", false); s_loggingFilters.insert("WifiDetector", false); - s_loggingFilters.insert("Kodi", true); + s_loggingFilters.insert("Kodi", false); QCommandLineParser parser;