diff options
Diffstat (limited to 'status.c')
| -rw-r--r-- | status.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -20,7 +20,10 @@ cStatusBlock::cStatusBlock(void): void cStatusBlock::ChannelSwitch(const cDevice *Device, int ChannelNumber) { int current_channel=cDevice::CurrentChannel(); - +#ifdef LOGGING + int device_number=Device->DeviceNumber(); +#endif + if (cSetupBlock::LastChannel==0) { #ifdef LOGGING |
