diff --git a/app/chain/subscribe.py b/app/chain/subscribe.py index 3b68c8e6..083564f0 100644 --- a/app/chain/subscribe.py +++ b/app/chain/subscribe.py @@ -924,7 +924,7 @@ class SubscribeChain(ChainBase): # 如果仍然没有识别到媒体信息,尝试标题匹配 if not torrent_mediainfo or ( not torrent_mediainfo.tmdb_id and not torrent_mediainfo.douban_id): - logger.info( + logger.debug( f'{torrent_info.site_name} - {torrent_info.title} 重新识别失败,尝试通过标题匹配...') if torrenthelper.match_torrent(mediainfo=mediainfo, torrent_meta=torrent_meta,