String usage updates.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9459 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Jonathan Gapen 2001-03-19 23:53:23 +00:00
parent 6852355af1
commit cb8b09362f
7 changed files with 31 additions and 28 deletions

View file

@ -238,8 +238,8 @@ static IMP initImp;
NSAutoreleasePool *arp = [NSAutoreleasePool new];
if (anObj)
NSLog(@"autorelease called without pool for object (%x) of class %s\n",
anObj, [NSStringFromClass([anObj class]) cString]);
NSLog(@"autorelease called without pool for object (%x) of class %@\n",
anObj, NSStringFromClass([anObj class]));
else
NSLog(@"autorelease called without pool for nil object.\n");
[arp release];