Skip to content

Commit

Permalink
Fix logging field case
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Dec 11, 2020
1 parent b08eac5 commit 0cde8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanner/walk_dir_tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func walkFolder(ctx context.Context, rootPath string, currentFolder string, resu

dir := filepath.Clean(currentFolder)
log.Trace(ctx, "Found directory", "dir", dir, "audioCount", stats.AudioFilesCount,
"hasImages", stats.HasImages, "HasPlaylist", stats.HasPlaylist)
"hasImages", stats.HasImages, "hasPlaylist", stats.HasPlaylist)
stats.Path = dir
results <- stats

Expand Down

0 comments on commit 0cde8cb

Please sign in to comment.