[svn-commits] mmichelson: branch mmichelson/pool_shark2 r381882 - /team/mmichelson/pool_sha...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Feb 22 09:54:46 CST 2013


Author: mmichelson
Date: Fri Feb 22 09:54:43 2013
New Revision: 381882

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=381882
Log:
Remove some extra debug lines.


Modified:
    team/mmichelson/pool_shark2/res/res_sip/sip_configuration.c

Modified: team/mmichelson/pool_shark2/res/res_sip/sip_configuration.c
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/pool_shark2/res/res_sip/sip_configuration.c?view=diff&rev=381882&r1=381881&r2=381882
==============================================================================
--- team/mmichelson/pool_shark2/res/res_sip/sip_configuration.c (original)
+++ team/mmichelson/pool_shark2/res/res_sip/sip_configuration.c Fri Feb 22 09:54:43 2013
@@ -76,7 +76,6 @@
 static void sip_location_to_endpoint_destroy(void *obj)
 {
 	struct sip_location_to_endpoint *location_to_endpoint = obj;
-	ast_log(LOG_NOTICE, "Destroying location to endpoint?\n");
 	ast_free((char *)location_to_endpoint->endpoint_name);
 }
 
@@ -320,8 +319,6 @@
 
 	ast_string_field_free_memory(endpoint);
 
-	ast_log(LOG_NOTICE, "Destroying endpoint?\n");
-
 	if (endpoint->codecs) {
 		ast_format_cap_destroy(endpoint->codecs);
 	}




More information about the svn-commits mailing list