Skip to content

Commit

Permalink
Index: Improve log message when writing metadata to sidecar file #4243
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mayer <[email protected]>
  • Loading branch information
lastzero committed May 13, 2024
1 parent f00d88d commit b0f42ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/photoprism/index_mediafile.go
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ func (ind *Index) UserMediaFile(m *MediaFile, o IndexOptions, originalName, phot
if err = photo.SaveAsYaml(yamlFile); err != nil {
log.Errorf("index: %s in %s (save as yaml)", err.Error(), logName)
} else {
log.Debugf("index: updated sidecar file %s", clean.Log(filepath.Base(yamlFile)))
log.Debugf("index: updated sidecar file %s", clean.Log(filepath.Join(photo.PhotoPath, photo.PhotoName)+fs.ExtYAML))
}
}

Expand Down

0 comments on commit b0f42ed

Please sign in to comment.