screen_savers/Shelf: Fix build in DEBUG mode.

This commit is contained in:
Augustin Cavalier
2019-03-09 14:08:27 -05:00
parent 6aae8d5abb
commit e4487e3e45
+1 -1
View File
@@ -270,7 +270,7 @@ Shelf::SaveState(BMessage *state) const
void
Shelf::Draw(BView *view, int32 frame)
{
PRINT(("%p:%s(, %d)\n", this, __FUNCTION__, frame));
PRINT(("%p:%s(, %" B_PRId32 ")\n", this, __FUNCTION__, frame));
BScreenSaver::Draw(view, frame);
#if 0
if (frame == 0) {