Fixed building with tracing on...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31275 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-06-27 17:15:29 +00:00
parent f74eb15c31
commit 791a4a7774
1 changed files with 1 additions and 1 deletions

View File

@ -1204,7 +1204,7 @@ BMediaRoster::StartTimeSource(const media_node& node, bigtime_t atRealTime)
}
TRACE("BMediaRoster::StartTimeSource, node %ld, at real %Ld\n", node.node,
at_real_time);
atRealTime);
BTimeSource::time_source_op_info msg;
msg.op = BTimeSource::B_TIMESOURCE_START;