Patch by jeff

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13782 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-06-06 05:22:45 +00:00
parent d08dbf944a
commit dc95564430
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,9 @@
Wed Jun 5 14:09:04 2002 Nicola Pero <n.pero@mi.flashnet.it> 2002-06-06 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSBundleAdditions.m: patch by Jeff Teunissen to log loading
only as debug.
WWed Jun 5 14:09:04 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/GSKeyBindingAction.h: Cleaned syntax of #endif to remove * Source/GSKeyBindingAction.h: Cleaned syntax of #endif to remove
compiler warnings. compiler warnings.

View file

@ -270,7 +270,7 @@ Class gmodel_class(void)
owner: [context objectForKey: @"NSOwner"]]; owner: [context objectForKey: @"NSOwner"]];
} }
NSLog(@"Loading Nib `%@'...\n", fileName); NSDebugLog(@"Loading Nib `%@'...\n", fileName);
NS_DURING NS_DURING
{ {
NSData *data = [NSData dataWithContentsOfFile: fileName]; NSData *data = [NSData dataWithContentsOfFile: fileName];