Browse Source

add another port number to a log message

git.mgm/mediaproxy-ng/2.0
Richard Fuchs 15 years ago
parent
commit
5d5867513e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/call.c

+ 1
- 1
daemon/call.c View File

@ -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);


Loading…
Cancel
Save