Indexing: Move log

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2019-12-11 04:37:15 +01:00
parent 288e40aa83
commit 559da16f23

View File

@ -131,9 +131,9 @@ func (i *Indexer) indexMediaFile(mediaFile *MediaFile, o IndexerOptions) IndexRe
} else {
photo.PhotoTitle = "Unknown"
}
}
log.Debugf("index: changed photo title to \"%s\"", photo.PhotoTitle)
log.Infof("index: changed empty photo title to \"%s\"", photo.PhotoTitle)
}
}
// This should never happen