summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'device.c')
-rw-r--r--device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.c b/device.c
index ff18aebf..6a310377 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c 1.11 2002/08/16 08:52:56 kls Exp $
+ * $Id: device.c 1.12 2002/08/16 09:50:43 kls Exp $
*/
#include "device.h"
@@ -97,7 +97,7 @@ bool cDevice::SetPrimaryDevice(int n)
primaryDevice->MakePrimaryDevice(true);
return true;
}
- esyslog("invalid device number: %d", n + 1);
+ esyslog("invalid primary device number: %d", n + 1);
return false;
}