diff --git a/Source/NSPrintInfo.m b/Source/NSPrintInfo.m index b8912f206..fe95cfba8 100644 --- a/Source/NSPrintInfo.m +++ b/Source/NSPrintInfo.m @@ -402,8 +402,7 @@ NSDictionary *paperSizes = nil; } if (printInfoDefaults == nil) { - /* NSDebugLog(@"NSPrinter", @"Could not find printing defaults table, file %@", - NSPrintInfo_DEFAULTSTABLE); */ + NSDebugLog(@"NSPrinter", @"Could not find printing defaults table"); printInfoDefaults = RETAIN([NSMutableDictionary dictionary]); } if (defPrinter == nil)