Skip to content

Commit 718a938

Browse files
committed
Log worktree path
1 parent 9e1d0c5 commit 718a938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1619,7 +1619,7 @@ func (git *repoSync) SyncRepo(ctx context.Context, refreshCreds func(context.Con
16191619
currentWorktree = wt
16201620
}
16211621
currentHash := currentWorktree.Hash()
1622-
git.log.V(3).Info("current hash", "hash", currentHash)
1622+
git.log.V(3).Info("current state", "hash", currentHash, "worktree", currentWorktree)
16231623

16241624
if currentHash == remoteHash {
16251625
// We seem to have the right hash already. Let's be sure it's good.

0 commit comments

Comments
 (0)