Browse Source

refactor!: debug instead of warn, less noisy

main
decentral1se 3 years ago
parent
commit
6923876c27
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 2
      distribusi.go

2
distribusi.go

@ -194,7 +194,7 @@ Example:
_, err = exec.LookPath("exiftool") _, err = exec.LookPath("exiftool")
if err != nil { if err != nil {
logrus.Warn("exiftool is not installed, skipping image captions") logrus.Debug("exiftool is not installed, skipping image captions")
exiftoolInstalled = false exiftoolInstalled = false
} }

Loading…
Cancel
Save