summaryrefslogtreecommitdiff
path: root/smarttvweb.c
diff options
context:
space:
mode:
Diffstat (limited to 'smarttvweb.c')
-rw-r--r--smarttvweb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smarttvweb.c b/smarttvweb.c
index a490135..b85dddc 100644
--- a/smarttvweb.c
+++ b/smarttvweb.c
@@ -82,7 +82,7 @@ bool cPluginSmartTvWeb::Start(void) {
if (mConfigDir.compare("") == 0) {
const char* dir_name = cPlugin::ConfigDirectory(Name());
if (!dir_name) {
- dsyslog("SmartTvWeb: Could not get config dir from VDR");
+ esyslog("SmartTvWeb: Could not get config dir from VDR. Using default values!");
}
else
mConfigDir = string(dir_name);