Tidied warning logs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5792 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-01-16 09:52:49 +00:00
parent 037d8637e3
commit fff420f2ef
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Sun Jan 16 8:57:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* 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 <richard@brainstorm.co.uk>
* Source/NSBrowser.m: Don't permit scrolling by negative values.

View file

@ -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: