diff options
author | methodus <methodus@web.de> | 2012-12-30 14:13:25 +0100 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-12-30 14:13:25 +0100 |
commit | c55ace1b1cc9a9b27e3da5ca55bb7c93b41142cd (patch) | |
tree | 8f69f2ad5733de5e0be17a9cec21bc5ce6bb555c /common/setup.cpp | |
parent | a758404f2a9c7f1b05b437cf776d691156ce1d09 (diff) | |
download | vdr-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.cpp | 2 |
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; } |