@@ -59,19 +59,14 @@ [super dealloc]; } - (OFString*)description { - if (_description != nil) - return _description; - - _description = [[OFString alloc] initWithFormat: + return [OFString stringWithFormat: @"Broadcasting a condition of type %@ failed!", _inClass]; - - return _description; } - (OFCondition*)condition { OF_GETTER(_condition, NO) } @end