Skip to content
Snippets Groups Projects
Commit 9df59d9f authored by Richard Mudgett's avatar Richard Mudgett
Browse files

res_pjsip_registrar_expire.c: Remove extra linefeed in debug message.

Change-Id: I1f9adb911f23376503396ec8867e8005b755eb94
parent 6ee609de
Branches
Tags
No related merge requests found
...@@ -82,7 +82,7 @@ static void *check_expiration_thread(void *data) ...@@ -82,7 +82,7 @@ static void *check_expiration_thread(void *data)
ast_variables_destroy(var); ast_variables_destroy(var);
if (contacts) { 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_callback(contacts, OBJ_NODATA, expire_contact, NULL);
ao2_ref(contacts, -1); ao2_ref(contacts, -1);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment