app_server: Fixed build with tracing enabled.

This commit is contained in:
Stephan Aßmus 2014-02-26 23:48:26 +01:00
parent f0ccf10243
commit c54e7ddb00

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: %d\n", Title(), showLevel));
"show level: %ld\n", Title(), showLevel));
fWindow->SetShowLevel(showLevel);
if (showLevel <= 0)