diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2018-02-03 12:59:56 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2018-02-03 12:59:56 +0100 |
commit | c441a634a5c2790849e8b87fb3eee86b29569c7b (patch) | |
tree | 47f984520a6b15670b536d067c9d8e68c50eb2c4 /ci.h | |
parent | c71c3115cca09935b4b6770311958cb7ac8ce9f4 (diff) | |
download | vdr-c441a634a5c2790849e8b87fb3eee86b29569c7b.tar.gz vdr-c441a634a5c2790849e8b87fb3eee86b29569c7b.tar.bz2 |
Limited some CAM related log messages to the actual master CAM, if any
Diffstat (limited to 'ci.h')
-rw-r--r-- | ci.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: ci.h 4.10 2017/06/10 11:53:39 kls Exp $ + * $Id: ci.h 4.11 2018/02/03 12:19:44 kls Exp $ */ #ifndef __CI_H @@ -304,7 +304,7 @@ public: virtual ~cCamSlot(); bool IsMasterSlot(void) { return !masterSlot; } ///< Returns true if this CAM slot itself is a master slot (which means that - ///< it doesn't have pointer to another CAM slot that's its master). + ///< it doesn't have a pointer to another CAM slot that's its master). cCamSlot *MasterSlot(void) { return masterSlot ? masterSlot : this; } ///< Returns this CAM slot's master slot, or a pointer to itself if it is a ///< master slot. |