Fixed compilation with tracing turned on.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17030 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a674b4da72
commit
e520b288ca
@ -2454,7 +2454,7 @@ ServerApp::_CreateWindow(int32 code, BPrivate::LinkReceiver& link,
|
||||
} else {
|
||||
window = new ServerWindow(title, this, clientReplyPort, looperPort, token);
|
||||
STRACE(("\nServerApp %s: New Window %s (%g:%g, %g:%g)\n",
|
||||
fSignature(), title, frame.left, frame.top,
|
||||
Signature(), title, frame.left, frame.top,
|
||||
frame.right, frame.bottom));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user