Move NSLog to NSDebugLog for the WARNING.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28203 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2009-04-11 05:13:33 +00:00
parent 3d07410be3
commit 4fa65f0c82
2 changed files with 5 additions and 1 deletions

View file

@ -449,7 +449,7 @@ NSString *NSRecursiveLockException = @"NSRecursiveLockException";
{
if ((_MUTEX)->owner == objc_thread_id())
{
NSLog(@"WARNING: Thread attempted to recursively tryLock : %@", self);
NSDebugLog(@"WARNING: Thread attempted to recursively tryLock : %@", self);
return NO;
}
// Ask the runtime to acquire a lock on the mutex