log the event itself (by Fred)

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@40365 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2017-03-06 09:40:01 +00:00
parent 2efe9de227
commit 3d777c81fe

View file

@ -2118,8 +2118,8 @@ See -runModalForWindow:
NSDebugLLog(@"NSMotionEvent", @"Send move (%d) to %@",
(int)type, window);
else
NSDebugLLog(@"NSEvent", @"Send NSEvent type: %d to %@",
(int)type, window);
NSDebugLLog(@"NSEvent", @"Send NSEvent type: %@ to %@",
theEvent, window);
if (window)
[window sendEvent: theEvent];
else if (type == NSRightMouseDown)