diff --git a/Source/NSCell.m b/Source/NSCell.m index 5205a8c53..b82ec0699 100644 --- a/Source/NSCell.m +++ b/Source/NSCell.m @@ -325,10 +325,11 @@ static NSColor *shadowCol; NSString *string = aString; /* We warn about nil for compatibiliy with MacOS X, which refuses - nil */ + nil. */ if (string == nil) { - NSWarnMLog (@"attempt to use nil as string value"); + NSDebugMLLog (@"MacOSXCompatibility", + @"Attempt to use nil as string value"); } _cell.type = NSTextCellType;