Ver código fonte

modules/ims_registrar_scscf: improved log line

Richard Good 10 anos atrás
pai
commit
4ab89ca37c
1 arquivos alterados com 1 adições e 1 exclusões
  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
  */
 void uac_request_cb(struct cell *t, int type, struct tmcb_params * ps) {
-    LM_DBG("DBG: uac_request_cb on response to NOTIFY: Type %d and code %d\n", type, ps->code);
+    LM_DBG("received NOTIFY reply type [%d] and code [%d]\n", type, ps->code);
 }
 
 static int free_tm_dlg(dlg_t * td) {