[sr-dev] git:master:9fbf7a73: modules/ims_usrloc_scscf: removed protoype debugging code

jaybeepee jason.penton at gmail.com
Thu Mar 17 08:54:55 CET 2016


Module: kamailio
Branch: master
Commit: 9fbf7a737b3d538fa190e7057c34ff737a4d4d68
URL: https://github.com/kamailio/kamailio/commit/9fbf7a737b3d538fa190e7057c34ff737a4d4d68

Author: jaybeepee <jason.penton at gmail.com>
Committer: jaybeepee <jason.penton at gmail.com>
Date: 2016-03-17T09:50:40+02:00

modules/ims_usrloc_scscf: removed protoype debugging code

---

Modified: modules/ims_usrloc_scscf/contact_dlg_handlers.c

---

Diff:  https://github.com/kamailio/kamailio/commit/9fbf7a737b3d538fa190e7057c34ff737a4d4d68.diff
Patch: https://github.com/kamailio/kamailio/commit/9fbf7a737b3d538fa190e7057c34ff737a4d4d68.patch

---

diff --git a/modules/ims_usrloc_scscf/contact_dlg_handlers.c b/modules/ims_usrloc_scscf/contact_dlg_handlers.c
index 82d61a6..0492ffb 100644
--- a/modules/ims_usrloc_scscf/contact_dlg_handlers.c
+++ b/modules/ims_usrloc_scscf/contact_dlg_handlers.c
@@ -177,8 +177,4 @@ static void contact_dlg_handler(struct dlg_cell* dlg, int cb_types, struct dlg_c
             i_terminated_count++;
             break;
     }
-    if (i_confirmed_count > 100 && !(i_confirmed_count % 100))
-    {
-        LM_ERR("Curent confirmed count %d terminated count %d \n",i_confirmed_count, i_terminated_count);
-    }
 }




More information about the sr-dev mailing list