@@ -51,10 +51,10 @@ - (OFString *)description { if (_lock != nil) return [OFString stringWithFormat: - @"A lock of type %@ could not be locked!", [_lock class]]; + @"A lock of type %@ could not be locked!", _lock.class]; else return @"A lock could not be locked!"; } @end