summaryrefslogtreecommitdiff
path: root/equivhandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'equivhandler.c')
-rw-r--r--equivhandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/equivhandler.c b/equivhandler.c
index a742150..281d2f3 100644
--- a/equivhandler.c
+++ b/equivhandler.c
@@ -170,8 +170,8 @@ void cEquivHandler::updateEquivalent(tChannelID channelID, cEvent *pEvent){
ret = equiChanMap.equal_range(*channelID.ToString());
for (it=ret.first; it!=ret.second; ++it) {
- LogD(3, prep("equivalent channel exists"));
tChannelID equChannelID (tChannelID::FromString((*it).second.c_str()));
+ LogD(3, prep("equivalent channel '%s' exists"), *equChannelID.ToString());
cEvent* newEvent = new cEvent (pEvent->EventID());
cloneEvent(pEvent, newEvent);