fixed typo

This commit is contained in:
Philipp Häfelfinger 2020-05-11 23:56:24 +02:00
parent adbeb39feb
commit 36cb88c50c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ func getJpegsWithoutRawSideCar(jpgFiles []string) []string {
newFilePath := filepath.Join(dir, newFileName)
if exists, err := fileExists(newFilePath); exists {
logrus.Debugf("Found exising sidecar, keeping jpeg %s", jpgFile)
logrus.Debugf("Found existing sidecar, keeping jpeg %s", jpgFile)
} else if err == nil && !exists {
logrus.Infof("Found jpeg with missing raw file, schedule for delete %s", jpgFile)