_logger.Warn("{0} does not contain {1}, found {2}, did you intend to add a Torznab indexer?",indexerResponse.Request.Url,NzbEnclosureMimeType,enclosureTypes[0]);
returnfalse;
}
else
{
_logger.Warn("{1} does not contain {1}, found {2}.",indexerResponse.Request.Url,NzbEnclosureMimeType,enclosureTypes[0]);
}
_logger.Warn("{0} does not contain {1}, found {2}.",indexerResponse.Request.Url,NzbEnclosureMimeType,enclosureTypes[0]);
_logger.Warn("{0} does not contain {1}, found {2}, did you intend to add a Newznab indexer?",indexerResponse.Request.Url,TorrentEnclosureMimeType,enclosureTypes[0]);
returnfalse;
}
else
{
_logger.Warn("{1} does not contain {1}, found {2}.",indexerResponse.Request.Url,TorrentEnclosureMimeType,enclosureTypes[0]);
}
_logger.Warn("{0} does not contain {1}, found {2}.",indexerResponse.Request.Url,TorrentEnclosureMimeType,enclosureTypes[0]);