Author: mlytwyn
Date: Wed Dec  7 19:16:36 2016
New Revision: 40256

URL: http://svn.gna.org/viewcvs/gnustep?rev=40256&view=rev
Log:
Log deprecated compare log only once

Modified:
    
libs/base/branches/gnustep_testplant_branch/Source/Additions/NSObject+GNUstepBase.m

Modified: 
libs/base/branches/gnustep_testplant_branch/Source/Additions/NSObject+GNUstepBase.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/Source/Additions/NSObject%2BGNUstepBase.m?rev=40256&r1=40255&r2=40256&view=diff
==============================================================================
--- 
libs/base/branches/gnustep_testplant_branch/Source/Additions/NSObject+GNUstepBase.m
 (original)
+++ 
libs/base/branches/gnustep_testplant_branch/Source/Additions/NSObject+GNUstepBase.m
 Wed Dec  7 19:16:36 2016
@@ -47,7 +47,7 @@
 
 - (NSComparisonResult) compare: (id)anObject
 {
-  NSLog(@"WARNING: The -compare: method for NSObject is deprecated.");
+  GSOnceMLog(@"WARNING: The -compare: method for NSObject is deprecated.");
 
   //NSLog(@"WARNING: The -compare: method for NSObject is deprecated.");
 


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

Reply via email to