Skip to content

Commit

Permalink
Also log message before starting to walk the tree for uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
bsinou committed Jun 24, 2024
1 parent 4959b10 commit 41b0385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rest/walker.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ func (c *CrawlNode) localWalk(ctx context.Context, targetFolder *CrawlNode,
if !c.IsDir { // Source is a single file
return
}
Log.Infoln("Walking local tree to prepare upload")
relPath = c.RelPath
} else {
relPath = givenRelPath[0]
Expand Down

0 comments on commit 41b0385

Please sign in to comment.