summaryrefslogtreecommitdiff
path: root/common/setup.cpp
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-12-30 14:13:25 +0100
committermethodus <methodus@web.de>2012-12-30 14:13:25 +0100
commitc55ace1b1cc9a9b27e3da5ca55bb7c93b41142cd (patch)
tree8f69f2ad5733de5e0be17a9cec21bc5ce6bb555c /common/setup.cpp
parenta758404f2a9c7f1b05b437cf776d691156ce1d09 (diff)
downloadvdr-plugin-upnp-c55ace1b1cc9a9b27e3da5ca55bb7c93b41142cd.tar.gz
vdr-plugin-upnp-c55ace1b1cc9a9b27e3da5ca55bb7c93b41142cd.tar.bz2
Added debug flag for more detailed debugging information. Removed some output from regular logging
Diffstat (limited to 'common/setup.cpp')
-rw-r--r--common/setup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/setup.cpp b/common/setup.cpp
index b559aee..3d2965a 100644
--- a/common/setup.cpp
+++ b/common/setup.cpp
@@ -184,7 +184,7 @@ bool cMenuSetupUPnP::SetupParse(const char *name, const char *value, upnp::cConf
{
if(parsedArgs.find(name) != std::string::npos){
- dsyslog("UPnP\tSkipping %s=%s, was overridden in command line.", name, value);
+ LOG(1, "Skipping %s=%s, was overridden in command line.", name, value);
return true;
}