Skip to content

Commit

Permalink
日志等级调整
Browse files Browse the repository at this point in the history
  • Loading branch information
fengqi committed Jan 15, 2023
1 parent 738606e commit a89575e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_videos/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit a89575e

Please sign in to comment.