diff options
Diffstat (limited to 'displaychannel.c')
| -rw-r--r-- | displaychannel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/displaychannel.c b/displaychannel.c index 711f05a..bb447d3 100644 --- a/displaychannel.c +++ b/displaychannel.c @@ -22,11 +22,13 @@ cSDDisplayChannel::cSDDisplayChannel(cTemplate *channelTemplate, bool WithInfo) doOutput = false; return; } + esyslog("skindesigner: displaychannel opened"); } cSDDisplayChannel::~cSDDisplayChannel() { if (channelView) delete channelView; + esyslog("skindesigner: displaychannel closed"); } void cSDDisplayChannel::SetChannel(const cChannel *Channel, int Number) { |
