mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	res_pjsip_registrar_expire.c: Remove extra linefeed in debug message.
Change-Id: I1f9adb911f23376503396ec8867e8005b755eb94
This commit is contained in:
		| @@ -82,7 +82,7 @@ static void *check_expiration_thread(void *data) | ||||
|  | ||||
| 		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); | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user