diff --git a/Source/NSBundle.m b/Source/NSBundle.m index 3fb4bf1911..ff9181d372 100644 --- a/Source/NSBundle.m +++ b/Source/NSBundle.m @@ -1576,6 +1576,7 @@ + (NSBundle *) bundleForClass: (Class)aClass * 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);