From 5d5867513e9daddf2ba92055ba36cae38498c4bc Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 2 Sep 2011 16:42:26 +0000 Subject: [PATCH] add another port number to a log message --- daemon/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);