app_server: Fix 64 bit build with ServerWindow tracing on.

This commit is contained in:
Michael Lotz 2015-04-04 22:58:10 +02:00
parent 121655e9ee
commit 35965e5867

View File

@ -602,7 +602,7 @@ ServerWindow::_DispatchMessage(int32 code, BPrivate::LinkReceiver& link)
int32 showLevel;
if (link.Read<int32>(&showLevel) == B_OK) {
DTRACE(("ServerWindow %s: Message AS_SHOW_OR_HIDE_WINDOW, "
"show level: %ld\n", Title(), showLevel));
"show level: %" B_PRId32 "\n", Title(), showLevel));
fWindow->SetShowLevel(showLevel);
if (showLevel <= 0)