diff options
| author | louis <louis.braun@gmx.de> | 2015-03-22 08:29:52 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-03-22 08:29:52 +0100 |
| commit | d1ea7bd4a467463b939029aa76c43bae4e58b73f (patch) | |
| tree | c515cf4c606e017f24b28c92e053bb385437fd47 /displaychannel.c | |
| parent | 9c93fbc0726ff54f2070837ac821ef3d258dfd30 (diff) | |
| download | vdr-plugin-skindesigner-d1ea7bd4a467463b939029aa76c43bae4e58b73f.tar.gz vdr-plugin-skindesigner-d1ea7bd4a467463b939029aa76c43bae4e58b73f.tar.bz2 | |
add detached option for viewelements
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) { |
