Module: kamailio Branch: master Commit: 9fbf7a737b3d538fa190e7057c34ff737a4d4d68 URL: https://github.com/kamailio/kamailio/commit/9fbf7a737b3d538fa190e7057c34ff73...
Author: jaybeepee jason.penton@gmail.com Committer: jaybeepee jason.penton@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/9fbf7a737b3d538fa190e7057c34ff73... Patch: https://github.com/kamailio/kamailio/commit/9fbf7a737b3d538fa190e7057c34ff73...
---
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); - } }