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:
Richard Frith-Macdonald 2002-08-15 14:04:55 +00:00
parent b838216b52
commit 682353c892

View file

@ -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;
}