Browse Source

modules/ims_registrar_scscf: added logging of return code on NOTIFY response

Richard Good 10 years ago
parent
commit
0e1b2bc99e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/ims_registrar_scscf/registrar_notify.c

+ 1 - 1
modules/ims_registrar_scscf/registrar_notify.c

@@ -1764,7 +1764,7 @@ str get_reginfo_partial(impurecord_t *r, ucontact_t *c, int event_type) {
  * Callback for the UAC response to NOTIFY
  * Callback for the UAC response to NOTIFY
  */
  */
 void uac_request_cb(struct cell *t, int type, struct tmcb_params * ps) {
 void uac_request_cb(struct cell *t, int type, struct tmcb_params * ps) {
-    LM_DBG("DBG:uac_request_cb: Type %d\n", type);
+    LM_DBG("DBG: uac_request_cb on response to NOTIFY: Type %d and code %d\n", type, ps->code);
 }
 }
 
 
 static int free_tm_dlg(dlg_t * td) {
 static int free_tm_dlg(dlg_t * td) {