diff --git a/daemon/call.c b/daemon/call.c index f42d61c1f..9e882a23e 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -632,7 +632,7 @@ static void steal_peer(struct peer *p, struct streamrelay *r) { c = s->up->call; po = c->callmaster->poller; - mylog(LOG_DEBUG, "[%s] Re-using existing open RTP ports", c->callid); + mylog(LOG_DEBUG, "[%s] Re-using existing open RTP port %u", c->callid, r->localport); p->confirmed = 0; unkernelize(p);