refactor!: debug instead of warn, less noisy
This commit is contained in:
parent
6bb595fc56
commit
6923876c27
@ -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…
Reference in New Issue
Block a user