app_server: Fixed build with tracing enabled.
This commit is contained in:
parent
f0ccf10243
commit
c54e7ddb00
@ -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: %d\n", Title(), showLevel));
|
||||
"show level: %ld\n", Title(), showLevel));
|
||||
|
||||
fWindow->SetShowLevel(showLevel);
|
||||
if (showLevel <= 0)
|
||||
|
Loading…
Reference in New Issue
Block a user