diff --git a/ChangeLog b/ChangeLog index e8d4084fb..6a2224de7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -Wed Jun 5 14:09:04 2002 Nicola Pero +2002-06-06 Richard Frith-Macdonald + + * Source/NSBundleAdditions.m: patch by Jeff Teunissen to log loading + only as debug. + +WWed Jun 5 14:09:04 2002 Nicola Pero * Source/GSKeyBindingAction.h: Cleaned syntax of #endif to remove compiler warnings. diff --git a/Source/NSBundleAdditions.m b/Source/NSBundleAdditions.m index 65d8d4cf8..b1e4d9858 100644 --- a/Source/NSBundleAdditions.m +++ b/Source/NSBundleAdditions.m @@ -270,7 +270,7 @@ Class gmodel_class(void) owner: [context objectForKey: @"NSOwner"]]; } - NSLog(@"Loading Nib `%@'...\n", fileName); + NSDebugLog(@"Loading Nib `%@'...\n", fileName); NS_DURING { NSData *data = [NSData dataWithContentsOfFile: fileName];