From dc95564430c11584216b53da5b4c730cd5192fae Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Thu, 6 Jun 2002 05:22:45 +0000 Subject: [PATCH] Patch by jeff git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13782 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 ++++++- Source/NSBundleAdditions.m | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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];