summaryrefslogtreecommitdiff
path: root/common/setup.cpp
diff options
context:
space:
mode:
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;
}