mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Improve logging
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14279 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b838216b52
commit
682353c892
1 changed files with 4 additions and 0 deletions
|
@ -542,6 +542,10 @@ NSString * const NSFileHandleOperationException
|
|||
path = [path stringByAppendingPathComponent: @"SSL.bundle"];
|
||||
bundle = [NSBundle bundleWithPath: path];
|
||||
NSFileHandle_ssl_class = [bundle principalClass];
|
||||
if (NSFileHandle_ssl_class == 0 && bundle != nil)
|
||||
{
|
||||
NSLog(@"Failed to load principal class from bundle (%@)", path);
|
||||
}
|
||||
}
|
||||
return NSFileHandle_ssl_class;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue