Some more debug output, so that you know which window is killed this way.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13512 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-07-06 22:40:01 +00:00
parent 806767ec21
commit 16e938888d

View File

@ -176,6 +176,7 @@ ServerApp::~ServerApp(void)
for (int32 i = 0; i < fWindowList.CountItems(); i++) {
ServerWindow* window = (ServerWindow*)fWindowList.ItemAt(i);
printf("kill window \"%s\"\n", window->Title());
kill_thread(window->Thread());
window->Hide();