diff --git a/ChangeLog b/ChangeLog index 5d0fdc67..3e46102e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-15 21:48 Gregory John Casamento + + * GormCore/GormInspectorsManager.m: -init, changed NSLog to + NSDebugLog. + 2005-07-15 00:54 Gregory John Casamento * GormCore/GormClassEditor.m: Added exception handling to portions diff --git a/GormCore/GormInspectorsManager.m b/GormCore/GormInspectorsManager.m index 8fd8eebc..d2defd23 100644 --- a/GormCore/GormInspectorsManager.m +++ b/GormCore/GormInspectorsManager.m @@ -198,7 +198,7 @@ - (id) init { - NSLog(@"====== init ======"); + NSDebugLog(@"====== init ======"); if((self = [super init]) != nil) { NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];