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