Skip to content

Commit c0b2ac1

Browse files
committed
Show some debug output
1 parent ba6864d commit c0b2ac1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dfetch/vcs/git.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ def _build_git_ssh_command() -> str:
6363

6464
if "BatchMode=" not in ssh_cmd:
6565
ssh_cmd += " -o BatchMode=yes"
66+
else:
67+
logger.debug(f'BatchMode already configured in "{ssh_cmd}"')
6668

6769
return ssh_cmd
6870

0 commit comments

Comments
 (0)