mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
adf7878f84
commit
59866bb440
5 changed files with 53 additions and 60 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue