mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
add further debug log
This commit is contained in:
parent
a01afe20b9
commit
d22abeebc5
1 changed files with 1 additions and 0 deletions
|
@ -1576,6 +1576,7 @@ _bundle_load_callback(Class theClass, struct objc_category *theCategory)
|
|||
* and return the mainBundle instead.
|
||||
*/
|
||||
bundle = [NSBundle bundleForLibrary: lib];
|
||||
NSDebugLLog(@"NSBundle", @"NSBundle bundleForClass: looking up %@ in bundle %@", lib, bundle);
|
||||
if (nil == bundle && [[self _addFrameworks] count] > 0)
|
||||
{
|
||||
bundle = (NSBundle *)NSMapGet(_byClass, aClass);
|
||||
|
|
Loading…
Reference in a new issue