X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/927524f1be454de021180b74999d682780b8cb6b..08078f621c8dbc1ecbd6e030bb0fac848cb6a01c:/lib/pam/testclient.go?ds=sidebyside diff --git a/lib/pam/testclient.go b/lib/pam/testclient.go index 33bd47a357..02a278c0e6 100644 --- a/lib/pam/testclient.go +++ b/lib/pam/testclient.go @@ -76,7 +76,7 @@ func main() { } err = tx.Authenticate(pam.DisallowNullAuthtok) if err != nil { - err = fmt.Errorf("PAM: %s (message = %q)", err, errorMessage) + err = fmt.Errorf("PAM: %s (message = %q, sentPassword = %v)", err, errorMessage, sentPassword) logrus.WithError(err).Print("authentication failed") os.Exit(1) }