Browse Source

more logging

git.mgm/mediaproxy-ng/2.2
Richard Fuchs 13 years ago
parent
commit
3bc3e74bdc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      daemon/control_ng.c

+ 2
- 0
daemon/control_ng.c View File

@ -81,6 +81,8 @@ send_resp:
to_send = &reply; to_send = &reply;
send_only: send_only:
mylog(LOG_INFO, "Returning to SIP proxy: %.*s", STR_FMT(to_send));
ZERO(mh); ZERO(mh);
mh.msg_name = sin; mh.msg_name = sin;
mh.msg_namelen = sizeof(*sin); mh.msg_namelen = sizeof(*sin);


Loading…
Cancel
Save