Fix debug log

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11636 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-12-05 15:44:29 +00:00
parent 43dc5e18af
commit 3feebf562f

View file

@ -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)