added debug output

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4566 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2003-09-08 19:33:58 +00:00
parent 23d4209d29
commit d33e7c4428

View File

@ -341,6 +341,9 @@ BBufferConsumer::SendLatencyChange(const media_source &source,
command.latency = my_new_latency;
command.flags = flags;
TRACE("###### BBufferConsumer::SendLatencyChange: latency from %ld/%ld to %ld/%ld changed to %Ld\n",
source.port, source.id, destination.port, destination.id, my_new_latency);
return SendToPort(source.port, PRODUCER_LATENCY_CHANGED, &command, sizeof(command));
}