Author: rmottola
Date: Mon Mar  6 10:40:01 2017
New Revision: 40365

URL: http://svn.gna.org/viewcvs/gnustep?rev=40365&view=rev
Log:
 log the event itself (by Fred)

Modified:
    libs/gui/trunk/Source/NSApplication.m

Modified: libs/gui/trunk/Source/NSApplication.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Source/NSApplication.m?rev=40365&r1=40364&r2=40365&view=diff
==============================================================================
--- libs/gui/trunk/Source/NSApplication.m       (original)
+++ libs/gui/trunk/Source/NSApplication.m       Mon Mar  6 10:40:01 2017
@@ -2118,8 +2118,8 @@
            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)


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to