From 3bccdadd9ede24f7699583cd303c19d8cfb4d994 Mon Sep 17 00:00:00 2001 From: fedor Date: Wed, 5 Dec 2001 15:44:29 +0000 Subject: [PATCH] Fix debug log git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11636 72102866-910b-0410-8b05-ffd578937521 --- Source/NSPrintInfo.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)