@@ -514,11 +514,12 @@ return ret; } - (OFString*)description { - return [self string]; + return [OFString stringWithFormat: @"<%@: %@>", + [self class], [self string]]; } - (OFXMLElement*)XMLElementBySerializing { void *pool = objc_autoreleasePoolPush();