fixed logoutput

This commit is contained in:
Philipp Häfelfinger 2019-03-25 22:54:30 +01:00
parent 8a361fff3c
commit 2e1c2c4e61
1 changed files with 1 additions and 1 deletions

View File

@ -274,8 +274,8 @@ func updatePiwigoIdIfAlreadyUploaded(provider ImageMetadataProvider, piwigoCtx p
return err
}
for md5sum, piwigoId := range missingResults {
logrus.Debugf("Setting piwigo id of %s to %d", md5sum, piwigoId)
if piwigoId > 0 {
logrus.Debugf("Setting piwigo id of %s to %d", md5sum, piwigoId)
err = provider.SavePiwigoIdAndUpdateUploadFlag(md5sum, piwigoId)
if err != nil {
logrus.Warnf("Could not save piwigo id %d for file %s", piwigoId, md5sum)