app_server: Fix 64 bit build with ServerWindow tracing on.
This commit is contained in:
parent
121655e9ee
commit
35965e5867
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user