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:
Axel Dörfler 2006-04-06 10:02:17 +00:00
parent a674b4da72
commit e520b288ca

View File

@ -2454,7 +2454,7 @@ ServerApp::_CreateWindow(int32 code, BPrivate::LinkReceiver& link,
} else { } else {
window = new ServerWindow(title, this, clientReplyPort, looperPort, token); window = new ServerWindow(title, this, clientReplyPort, looperPort, token);
STRACE(("\nServerApp %s: New Window %s (%g:%g, %g:%g)\n", 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)); frame.right, frame.bottom));
} }