added a little trace

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13987 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-08-19 13:23:38 +00:00
parent 7ac01f7eb9
commit 0a1f6e8966

View File

@ -122,7 +122,8 @@ SSInputFilter::Banish()
CALLED();
if (!fEnabled)
return;
BMessenger ssApp (SCREEN_BLANKER_SIG,-1,NULL); // Don't care if it fails
SERIAL_PRINT(("we quit screenblanker\n"));
BMessenger ssApp(SCREEN_BLANKER_SIG,-1,NULL); // Don't care if it fails
ssApp.SendMessage(B_QUIT_REQUESTED);
}