diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2011-10-26 18:55:17 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2011-10-26 18:55:17 +0200 |
commit | b6965912173a2c219ccd1e10e351fcbe4b7695fe (patch) | |
tree | 41487b91b74c99153db5d6b52f8e23a2722ba4b0 /alias.c | |
parent | 29fee5f9a212851d4412ae57f3b2a12e78c011fa (diff) | |
download | vdr-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.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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; } |