@@ -146,8 +146,8 @@ @"A connection to %@ on port %" @PRIu16 @" could " @"not be established in socket of type %@: %s", _host, _port, [_socket class], error]; } - return [super description]; + return super.description; } @end