diff options
Diffstat (limited to 'responselive.c')
-rwxr-xr-x | responselive.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/responselive.c b/responselive.c index 31f271a..8ce7024 100755 --- a/responselive.c +++ b/responselive.c @@ -82,12 +82,12 @@ void cLiveRelay::Activate(bool On) { // this method is called by vdr if (On) { // Start(); - *(Log::getInstance()->log()) << "mReqId= " << mReqId + *(Log::getInstance()->log()) << DEBUGPREFIX << " cLiveRelay::Activate called by VDR for chan_id= " << mChannelId <<endl; } else { // Cancel(); - *(Log::getInstance()->log()) << "mReqId= " << mReqId + *(Log::getInstance()->log()) << DEBUGPREFIX << " cLiveRelay::Deactivate for chan_id= " << mChannelId <<endl; } } |