From 90200463bfcb7a8199a337116d8fd92bac4cff59 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 11 Jan 2010 13:40:44 +0000 Subject: xpp: demote a message that generates some false alarms. Merged revisions 7843 via svnmerge from http://svn.digium.com/svn/dahdi/linux/trunk git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.2@7844 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/xpp/xbus-pcm.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/dahdi/xpp/xbus-pcm.c b/drivers/dahdi/xpp/xbus-pcm.c index d16ca3a..c3e9949 100644 --- a/drivers/dahdi/xpp/xbus-pcm.c +++ b/drivers/dahdi/xpp/xbus-pcm.c @@ -209,7 +209,11 @@ static void xpp_drift_step(xbus_t *xbus, const struct timeval *tv) di->lost_ticks++; di->lost_tick_count += abs(lost_ticks); if((rate_limit++ % 1003) == 0) { - XBUS_NOTICE(xbus, "Lost %d tick%s\n", + /* FIXME: This should be a NOTICE. + * However we have several false ones at + * startup. + */ + XBUS_DBG(SYNC, xbus, "Lost %d tick%s\n", lost_ticks, (abs(lost_ticks) > 1) ? "s": ""); } -- cgit v1.2.3