@@ -54,11 +54,11 @@ { if (_condition != nil) return [OFString stringWithFormat: @"Deallocation of a condition of type %@ was tried, even " "though a thread was still waiting for it!", - [_condition class]]; + _condition.class]; else return @"Deallocation of a condition was tried, even though a " "thread was still waiting for it!"; } @end