@@ -61,8 +61,8 @@ - (OFString *)description { return [OFString stringWithFormat: @"Getting an option in a stream of type %@ failed: %@", - [_stream class], of_strerror(_errNo)]; + _stream.class, of_strerror(_errNo)]; } @end