[asterisk-commits] file: branch group/pimp_my_sip r384242 - /team/group/pimp_my_sip/res/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Mar 28 07:53:02 CDT 2013


Author: file
Date: Thu Mar 28 07:52:58 2013
New Revision: 384242

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=384242
Log:
Change a verbose message to a debug message as on low expiration times it can be logged quite frequently.

Modified:
    team/group/pimp_my_sip/res/res_sip_registrar.c

Modified: team/group/pimp_my_sip/res/res_sip_registrar.c
URL: http://svnview.digium.com/svn/asterisk/team/group/pimp_my_sip/res/res_sip_registrar.c?view=diff&rev=384242&r1=384241&r2=384242
==============================================================================
--- team/group/pimp_my_sip/res/res_sip_registrar.c (original)
+++ team/group/pimp_my_sip/res/res_sip_registrar.c Thu Mar 28 07:52:58 2013
@@ -306,7 +306,7 @@
 			updated->expiration_time = ast_tvadd(ast_tvnow(), ast_samp2tv(expiration, 1));
 
 			ast_sip_location_update_contact(updated);
-			ast_verb(3, "Refreshed contact '%s' on AOR '%s' with new expiration of %d seconds\n",
+			ast_debug(3, "Refreshed contact '%s' on AOR '%s' with new expiration of %d seconds\n",
 				contact_uri, aor_name, expiration);
 		} else {
 			ast_sip_location_delete_contact(contact);




More information about the asterisk-commits mailing list