BWindow: fix debug build.

This commit is contained in:
Jérôme Duval 2018-05-09 21:00:16 +02:00
parent 0032be820b
commit 356fc3bf06

View File

@ -3018,9 +3018,9 @@ BWindow::_InitData(BRect frame, const char* title, window_look look,
// Redirect our link to the new window connection // Redirect our link to the new window connection
fLink->SetSenderPort(sendPort); fLink->SetSenderPort(sendPort);
STRACE(("Server says that our send port is %ld\n", sendPort));
} }
STRACE(("Server says that our send port is %ld\n", sendPort));
STRACE(("Window locked?: %s\n", IsLocked() ? "True" : "False")); STRACE(("Window locked?: %s\n", IsLocked() ? "True" : "False"));
_CreateTopView(); _CreateTopView();