[asterisk-commits] russell: branch russell/iax_refcount r79629 - /team/russell/iax_refcount/main/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Aug 15 17:18:09 CDT 2007
Author: russell
Date: Wed Aug 15 17:18:08 2007
New Revision: 79629
URL: http://svn.digium.com/view/asterisk?view=rev&rev=79629
Log:
remove a verbose debug message
Modified:
team/russell/iax_refcount/main/astobj2.c
Modified: team/russell/iax_refcount/main/astobj2.c
URL: http://svn.digium.com/view/asterisk/team/russell/iax_refcount/main/astobj2.c?view=diff&rev=79629&r1=79628&r2=79629
==============================================================================
--- team/russell/iax_refcount/main/astobj2.c (original)
+++ team/russell/iax_refcount/main/astobj2.c Wed Aug 15 17:18:08 2007
@@ -495,7 +495,6 @@
*/
void *ao2_find(ao2_container *c, void *arg, enum search_flags flags)
{
- ast_log(LOG_NOTICE, "ao2_find\n");
return ao2_callback(c, flags, c->cmp_fn, arg);
}
More information about the asterisk-commits
mailing list