summaryrefslogtreecommitdiff
path: root/diseqc.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-05-02 09:31:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-05-02 09:31:31 +0200
commit435978648b3b5bc06d06d89c988608b143498202 (patch)
tree2b9e9f240c1c15cb0d565e97769fff7b304b0d3d /diseqc.c
parentc354540a315cff22d7749b3b80f8ad93bea76098 (diff)
downloadvdr-435978648b3b5bc06d06d89c988608b143498202.tar.gz
vdr-435978648b3b5bc06d06d89c988608b143498202.tar.bz2
Fixed an error message when parsing SCR values in diseqc.conf
Diffstat (limited to 'diseqc.c')
-rw-r--r--diseqc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/diseqc.c b/diseqc.c
index 54fb7203..0db87616 100644
--- a/diseqc.c
+++ b/diseqc.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: diseqc.c 2.9 2011/09/17 14:13:31 kls Exp $
+ * $Id: diseqc.c 3.1 2013/05/02 09:30:33 kls Exp $
*/
#include "diseqc.h"
@@ -192,7 +192,7 @@ const char *cDiseqc::GetScrBank(const char *s) const
}
return p;
}
- esyslog("ERROR: more than one scr bank in '%s'", s - 1);
+ esyslog("ERROR: invalid value for scr bank in '%s'", s - 1);
return NULL;
}