Skip to content

Commit

Permalink
Log worktree path
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Dec 9, 2023
1 parent 9e1d0c5 commit 718a938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@ func (git *repoSync) SyncRepo(ctx context.Context, refreshCreds func(context.Con
currentWorktree = wt
}
currentHash := currentWorktree.Hash()
git.log.V(3).Info("current hash", "hash", currentHash)
git.log.V(3).Info("current state", "hash", currentHash, "worktree", currentWorktree)

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

0 comments on commit 718a938

Please sign in to comment.