From dbd0f3c5e15e56c2d91ae1405fecf2279785ef00 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Fri, 17 Jul 2015 11:04:04 -0700 Subject: Fix build Change-Id: I18b63d68d452c4ee7544ff1614f4e3f57f5a9e73 --- media/libmedia/AudioTrackShared.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media/libmedia/AudioTrackShared.cpp') diff --git a/media/libmedia/AudioTrackShared.cpp b/media/libmedia/AudioTrackShared.cpp index c736ec6..6a51a76 100644 --- a/media/libmedia/AudioTrackShared.cpp +++ b/media/libmedia/AudioTrackShared.cpp @@ -624,7 +624,7 @@ status_t ServerProxy::obtainBuffer(Buffer* buffer, bool ackFlush) // front and rear offsets span the overflow bit of the p2 mask // so rebasing newFront on the front offset is off by the overflow bit. // adjust newFront to match rear offset. - ALOGV("flush wrap: filled %#x >= overflowBit %#x", filled, overflowBit); + ALOGV("flush wrap: filled %zx >= overflowBit %zx", filled, overflowBit); newFront += overflowBit; filled -= overflowBit; } -- cgit v1.1