Use NSLog consistently for debug output

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34920 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-03-11 11:00:08 +00:00
parent adf7878f84
commit 59866bb440
5 changed files with 53 additions and 60 deletions

View file

@ -548,6 +548,14 @@ static Class NSURLHandleClass = 0;
return [self availableResourceData];
}
/* Private method ... subclasses override this to enable debug to be
* turned off and on.
*/
- (void) setDebug: (BOOL)aFlag
{
return;
}
/**
* Returns the current status of the handle.
*/