[asterisk-commits] res pjsip registrar expire.c: Remove extra linefeed in debug... (asterisk[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Nov 10 16:14:16 CST 2016
Mark Michelson has submitted this change and it was merged. ( https://gerrit.asterisk.org/4383 )
Change subject: res_pjsip_registrar_expire.c: Remove extra linefeed in debug message.
......................................................................
res_pjsip_registrar_expire.c: Remove extra linefeed in debug message.
Change-Id: I1f9adb911f23376503396ec8867e8005b755eb94
---
M res/res_pjsip_registrar_expire.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Mark Michelson: Looks good to me, approved; Verified
diff --git a/res/res_pjsip_registrar_expire.c b/res/res_pjsip_registrar_expire.c
index 61841a0..fe4a60d 100644
--- a/res/res_pjsip_registrar_expire.c
+++ b/res/res_pjsip_registrar_expire.c
@@ -82,7 +82,7 @@
ast_variables_destroy(var);
if (contacts) {
- ast_debug(3, "Expiring %d contacts\n\n", ao2_container_count(contacts));
+ ast_debug(3, "Expiring %d contacts\n", ao2_container_count(contacts));
ao2_callback(contacts, OBJ_NODATA, expire_contact, NULL);
ao2_ref(contacts, -1);
}
--
To view, visit https://gerrit.asterisk.org/4383
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1f9adb911f23376503396ec8867e8005b755eb94
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
More information about the asterisk-commits
mailing list