From d22abeebc50d0081d9e576c5afea15ab8347469e Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Tue, 21 Nov 2023 17:30:00 +0100 Subject: [PATCH] add further debug log --- Source/NSBundle.m | 1 + 1 file changed, 1 insertion(+) 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);