From 561c97112f69b503008e3da2fed8f409a44d7f0f Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 7 Sep 2000 01:02:48 +0000 Subject: [PATCH] Removed annoying log in NSApplication git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7431 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 85618afe2..20d5295be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 7 02:56:25 2000 Nicola Pero + + * Source/NSApplication.m ([-_windowWillClose:notification]): Use + NSDebugLog instead of NSLog to log asking to delegate whether to + terminate app. + Wed Sep 6 16:44:30 2000 Nicola Pero * Source/NSBrowser.m: Cache scrollerWidth in the whole class;