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:
parent
806767ec21
commit
16e938888d
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user