Skip to content

Commit

Permalink
Warnf to Warnln
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed Aug 17, 2023
1 parent 7858fc2 commit 7239bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ func DeleteMetadata(p string, subdir string) {
metadataPath := path.Join(config.Metadata, subdir, id+".json")
err := os.Remove(metadataPath)
if err != nil {
log.Warnf("failed to delete metadata", err)
log.Warnln("failed to delete metadata", err)
}
}

0 comments on commit 7239bb5

Please sign in to comment.