From fff420f2efef4e43a6fbb07687e7ba8b4135b255 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Sun, 16 Jan 2000 09:52:49 +0000 Subject: [PATCH] Tidied warning logs git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5792 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Source/NSWindow.m | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9aebcc7e..0c67685a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jan 16 8:57:00 1999 Richard Frith-Macdonald + + * Source/NSWindow.m: Don't log DnD stuff unless NSDragging logging + is requested using '--GNU-Debug=NSDragging' + Sat Jan 15 11:55:00 1999 Richard Frith-Macdonald * Source/NSBrowser.m: Don't permit scrolling by negative values. diff --git a/Source/NSWindow.m b/Source/NSWindow.m index 832582b60..04b1ba53b 100644 --- a/Source/NSWindow.m +++ b/Source/NSWindow.m @@ -2040,7 +2040,8 @@ resetCursorRectsForView(NSView *theView) break; case GSAppKitDraggingStatus: - NSLog(@"Internal: dropped GSAppKitDraggingStatus event\n"); + NSDebugLLog(@"NSDragging", + @"Internal: dropped GSAppKitDraggingStatus event"); break; case GSAppKitDraggingExit: @@ -2089,7 +2090,8 @@ resetCursorRectsForView(NSView *theView) case GSAppKitDraggingFinished: _lastDragView = nil; - NSLog(@"Internal: dropped GSAppKitDraggingFinished event\n"); + NSDebugLLog(@"NSDragging", + @"Internal: dropped GSAppKitDraggingFinished event"); break; default: