Skip to content

Commit 8712a9d

Browse files
committed
Add a debug print
1 parent 5e86be6 commit 8712a9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vm/filemanager.go

+2
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ func (fm *FileManager) luksOpen(sc *ssh.Client, fullDevPath string, luksDMName s
120120

121121
fmt.Print("\n")
122122

123+
fmt.Printf("PWD: '%v'\n", string(pwd))
124+
123125
// We start the timeout countdown now only to avoid timing out
124126
// while the user is entering the password, or shortly after that.
125127
startTimeout(func() {

0 commit comments

Comments
 (0)