Author: mlytwyn
Date: Sun Jul 24 20:06:18 2016
New Revision: 40031

URL: http://svn.gna.org/viewcvs/gnustep?rev=40031&view=rev
Log:
Wrap NSLog with DEBUG

Modified:
    
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/TaskbarNotifications/TaskbarNotifications.mm

Modified: 
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/TaskbarNotifications/TaskbarNotifications.mm
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/TaskbarNotifications/TaskbarNotifications.mm?rev=40031&r1=40030&r2=40031&view=diff
==============================================================================
--- 
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/TaskbarNotifications/TaskbarNotifications.mm
   (original)
+++ 
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/TaskbarNotifications/TaskbarNotifications.mm
   Sun Jul 24 20:06:18 2016
@@ -876,7 +876,10 @@
   NSAutoreleasePool *pool       = [NSAutoreleasePool new];
   NOTIFYICONDATA     notifyData = { 0 };
   BOOL               status     = TRUE;
+  
+#if defined(DEBUG)
   NSLog(@"%s:%d:ID %d", __PRETTY_FUNCTION__, __LINE__, noteinfo->uniqueID);
+#endif
   
   _setupNotifyData(notifyData);
   //s_setupNotifyDataTextInfo(notifyData, "", "");


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to