Wrap NSLog with DEBUG

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@40031 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-07-24 18:06:18 +00:00
parent c0c0af046b
commit cec559f512

View file

@ -876,7 +876,10 @@ EXPORT BOOL __cdecl removeNotification(HICON icon, REMOVE_NOTE_INFO_T *noteinfo)
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, "", "");