On 2002年6月14日 02:40:50 +0100 (BST) Nicola Pero <n.pero@mi.flashnet.it> wrote: [...] > Replacing the NSLog with > NSLog (@"fail on %@\n", NSStringFromClass (cl)); [...] What's the difference to NSLog(@"%s", object_get_class_name(self)); Is there any? -- Chris