ERROR->TRACE for LateNoticeReceived()

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38550 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-09-06 19:06:46 +00:00
parent f8d26f5c5f
commit bc76e66a1d
@@ -497,7 +497,7 @@ void
AudioProducer::LateNoticeReceived(const media_source& what, bigtime_t howMuch, AudioProducer::LateNoticeReceived(const media_source& what, bigtime_t howMuch,
bigtime_t performanceTime) bigtime_t performanceTime)
{ {
ERROR("%p->AudioProducer::LateNoticeReceived(%lld, %lld)\n", this, howMuch, TRACE("%p->AudioProducer::LateNoticeReceived(%lld, %lld)\n", this, howMuch,
performanceTime); performanceTime);
// If we're late, we need to catch up. Respond in a manner appropriate // If we're late, we need to catch up. Respond in a manner appropriate
// to our current run mode. // to our current run mode.