@@ -57,8 +57,8 @@ - (OFString *)description { return [OFString stringWithFormat: @"A lock of type %@ could not be unlocked: %s", - _lock.class, strerror(_errNo)]; + [_lock class], strerror(_errNo)]; } @end