diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/fido2/fido2.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/internal/fido2/fido2.go b/internal/fido2/fido2.go index ea8ffd8..cd63483 100644 --- a/internal/fido2/fido2.go +++ b/internal/fido2/fido2.go @@ -34,7 +34,7 @@ func callFidoCommand(command fidoCommand, device string, stdin []string) ([]stri  	case assertWithPIN:  		cmd = exec.Command("fido2-assert", "-G", "-h", "-v", device)  	} -	tlog.Debug.Printf("callFidoCommand: executing %q with args %v", cmd.Path, cmd.Args) +	tlog.Debug.Printf("callFidoCommand: executing %q with args %q", cmd.Path, cmd.Args)  	cmd.Stderr = os.Stderr  	in, err := cmd.StdinPipe()  	if err != nil { | 
