[asterisk-commits] rizzo: branch rizzo/astobj2 r47768 -
/team/rizzo/astobj2/main/astobj2.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Nov 16 14:50:18 MST 2006
Author: rizzo
Date: Thu Nov 16 15:50:18 2006
New Revision: 47768
URL: http://svn.digium.com/view/asterisk?view=rev&rev=47768
Log:
comment out a debug message
Modified:
team/rizzo/astobj2/main/astobj2.c
Modified: team/rizzo/astobj2/main/astobj2.c
URL: http://svn.digium.com/view/asterisk/team/rizzo/astobj2/main/astobj2.c?view=diff&rev=47768&r1=47767&r2=47768
==============================================================================
--- team/rizzo/astobj2/main/astobj2.c (original)
+++ team/rizzo/astobj2/main/astobj2.c Thu Nov 16 15:50:18 2006
@@ -161,7 +161,7 @@
}
if (current_value <= 0) { /* last reference, destroy the object */
- ast_log(LOG_NOTICE, "refcount %d on object %p, we destroy the object\n", current_value, user_data);
+ // ast_log(LOG_NOTICE, "refcount %d on object %p, we destroy the object\n", current_value, user_data);
if (obj->priv_data.destructor_fn != NULL)
obj->priv_data.destructor_fn(user_data);
More information about the asterisk-commits
mailing list