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: