forked from TrueCloudLab/restic
find: Improve debug log
This commit is contained in:
parent
40a61b82ce
commit
3b7ca4ac35
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue