Browse Source

fix logging inconsistency

git.mgm/mediaproxy-ng/2.1
Richard Fuchs 14 years ago
parent
commit
c291d1220b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/call.c

+ 1
- 1
daemon/call.c View File

@ -1671,7 +1671,7 @@ char *call_lookup_udp(const char **out, struct callmaster *m) {
mutex_lock(&c->lock);
rwlock_unlock_r(&m->hashlock);
log_info = out[RE_UDP_UL_CALLID];
log_info = out[RE_UDP_UL_VIABRANCH];
strdupfree(&c->called_agent, "UNKNOWN(udp)");
if (addr_parse_udp(&st, out))


Loading…
Cancel
Save