From 3d9a7dc0c96dc60575c0b87a7ff3111baa4340c8 Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Sun, 11 Dec 2011 18:11:09 +0100 Subject: adjust some log messages --- status.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'status.c') diff --git a/status.c b/status.c index 86a6f84..8359cb8 100644 --- a/status.c +++ b/status.c @@ -24,14 +24,14 @@ void cDynamiteStatus::ChannelSwitch(const cDevice *Device, int ChannelNumber) return; } if ((time(NULL) - init) > SETSTARTUPCHANNELTIMEOUT) { - isyslog("dynamite: no devices within %d seconds for receiving initial channel %d, giving up", SETSTARTUPCHANNELTIMEOUT, startupChannel); + isyslog("dynamite: no devices within %d seconds for receiving startup channel %d, giving up", SETSTARTUPCHANNELTIMEOUT, startupChannel); startupChannelSet = true; return; } isyslog("dynamite: device %d switches channel to %d", Device->DeviceNumber() + 1, ChannelNumber); switchCount++; if (switchCount > 1) - isyslog("dynamite: assuming manual channel switch, so give up trying to set initial channel on device attach"); + isyslog("dynamite: assuming manual channel switch, so give up trying to set startup channel on device attach"); } void cDynamiteStatus::Init(void) -- cgit v1.2.3