[asterisk-commits] mmichelson: branch mmichelson/res_timing_timerfd r157038 - /team/mmichelson/r...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Nov 14 17:29:24 CST 2008


Author: mmichelson
Date: Fri Nov 14 17:29:23 2008
New Revision: 157038

URL: http://svn.digium.com/view/asterisk?view=rev&rev=157038
Log:
Downgrade this warning to debug, since it doesn't really
indicate a problem and will likely just cause confusion
more than anything else

Modified:
    team/mmichelson/res_timing_timerfd/res/res_timing_timerfd.c

Modified: team/mmichelson/res_timing_timerfd/res/res_timing_timerfd.c
URL: http://svn.digium.com/view/asterisk/team/mmichelson/res_timing_timerfd/res/res_timing_timerfd.c?view=diff&rev=157038&r1=157037&r2=157038
==============================================================================
--- team/mmichelson/res_timing_timerfd/res/res_timing_timerfd.c (original)
+++ team/mmichelson/res_timing_timerfd/res/res_timing_timerfd.c Fri Nov 14 17:29:23 2008
@@ -156,7 +156,7 @@
 	} while (read_result != sizeof(expirations));
 
 	if (expirations != quantity) {
-		ast_log(LOG_WARNING, "Expected to acknowledge %u ticks but got %llu instead\n", quantity, expirations);
+		ast_debug(2, "Expected to acknowledge %u ticks but got %llu instead\n", quantity, expirations);
 	}
 }
 




More information about the asterisk-commits mailing list