mirror of
https://github.com/octoleo/restic.git
synced 2024-11-02 03:42:31 +00:00
find: Improve debug log
This commit is contained in:
parent
40a61b82ce
commit
3b7ca4ac35
@ -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 New Issue
Block a user