[svn-commits] tzafrir: branch linux/2.2 r7844 - in /linux/branches/2.2: ./ drivers/dahdi/xpp/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Jan 11 07:40:48 CST 2010
Author: tzafrir
Date: Mon Jan 11 07:40:44 2010
New Revision: 7844
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7844
Log:
xpp: demote a message that generates some false alarms.
Merged revisions 7843 via svnmerge from
http://svn.digium.com/svn/dahdi/linux/trunk
Modified:
linux/branches/2.2/ (props changed)
linux/branches/2.2/drivers/dahdi/xpp/xbus-pcm.c
Propchange: linux/branches/2.2/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: linux/branches/2.2/drivers/dahdi/xpp/xbus-pcm.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.2/drivers/dahdi/xpp/xbus-pcm.c?view=diff&rev=7844&r1=7843&r2=7844
==============================================================================
--- linux/branches/2.2/drivers/dahdi/xpp/xbus-pcm.c (original)
+++ linux/branches/2.2/drivers/dahdi/xpp/xbus-pcm.c Mon Jan 11 07:40:44 2010
@@ -209,7 +209,11 @@
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": "");
}
More information about the svn-commits
mailing list