add debug area to doc

pull/135/head
Simon Stürz 2015-06-24 23:52:18 +02:00 committed by Michael Zanetti
parent 5c05ac2bb6
commit 4589eb724b
2 changed files with 3 additions and 1 deletions

2
debian/guhd.1 vendored
View File

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

View File

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