mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
b039a1d982
commit
f06a87ae20
1 changed files with 4 additions and 0 deletions
|
@ -542,6 +542,10 @@ NSString * const NSFileHandleOperationException
|
||||||
path = [path stringByAppendingPathComponent: @"SSL.bundle"];
|
path = [path stringByAppendingPathComponent: @"SSL.bundle"];
|
||||||
bundle = [NSBundle bundleWithPath: path];
|
bundle = [NSBundle bundleWithPath: path];
|
||||||
NSFileHandle_ssl_class = [bundle principalClass];
|
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;
|
return NSFileHandle_ssl_class;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue