From a89575e5c0f9eb42e412518a35878885e16987ce Mon Sep 17 00:00:00 2001 From: fengqi Date: Sun, 15 Jan 2023 04:02:31 +0000 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E7=AD=89=E7=BA=A7=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- music_videos/parser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_videos/parser.go b/music_videos/parser.go index 2b2cb61..a497942 100644 --- a/music_videos/parser.go +++ b/music_videos/parser.go @@ -9,7 +9,7 @@ import ( func (c *Collector) parseVideoFile(dir string, file fs.FileInfo) *MusicVideo { ext := utils.IsVideo(file.Name()) if ext == "" { - utils.Logger.DebugF("not a video file: %s", file.Name()) + utils.Logger.InfoF("not a video file: %s", file.Name()) return nil }