2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-27 22:19:02 +00:00

find: Improve debug log

This commit is contained in:
Alexander Neumann 2017-06-04 11:22:56 +02:00
parent 40a61b82ce
commit 3b7ca4ac35

View File

@ -173,7 +173,7 @@ func (s *statefulOutput) Finish() {
}
func findInTree(repo *repository.Repository, pat *findPattern, id restic.ID, prefix string, state *statefulOutput) error {
debug.Log("checking tree %v\n", id)
debug.Log("%v checking tree %v\n", prefix, id)
tree, err := repo.LoadTree(id)
if err != nil {