summaryrefslogtreecommitdiff
path: root/alias.c
diff options
context:
space:
mode:
authormrwastl <mrwastl@users.sourceforge.net>2011-10-26 18:55:17 +0200
committermrwastl <mrwastl@users.sourceforge.net>2011-10-26 18:55:17 +0200
commitb6965912173a2c219ccd1e10e351fcbe4b7695fe (patch)
tree41487b91b74c99153db5d6b52f8e23a2722ba4b0 /alias.c
parent29fee5f9a212851d4412ae57f3b2a12e78c011fa (diff)
downloadvdr-plugin-graphlcd-b6965912173a2c219ccd1e10e351fcbe4b7695fe.tar.gz
vdr-plugin-graphlcd-b6965912173a2c219ccd1e10e351fcbe4b7695fe.tar.bz2
improved syslog messages (more consistent)
Diffstat (limited to 'alias.c')
-rw-r--r--alias.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/alias.c b/alias.c
index 4ec6265..a17a4d9 100644
--- a/alias.c
+++ b/alias.c
@@ -7,7 +7,8 @@
* to the COPYING file distributed with this package.
*
* (c) 2001-2004 Carsten Siebholz <c.siebholz AT t-online.de>
- * (c) 2004 Andreas Regel <andreas.regel AT powarman.de>
+ * (c) 2004 Andreas Regel <andreas.regel AT powarman.de>
+ * (c) 2011 Wolfgang Astleitner <mrwastl AT users sourceforge net>
*/
#include <fstream>
@@ -38,7 +39,7 @@ bool cChannelAliasList::Load(const std::string & CfgPath)
#endif
if (!file.is_open())
{
- esyslog("graphlcd: Error opening channel alias file %s!", aliasFileName.c_str());
+ esyslog("graphlcd plugin: ERROR opening channel alias file '%s'", aliasFileName.c_str());
return false;
}