[pkg-opensc-commit] [pkcs11-helper] 08/17: Some more debug info
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:40:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to tag pkcs11-helper-1.04
in repository pkcs11-helper.
commit df3923f049b637cf0e2327f05fc613d5dcbe123d
Author: alonbl <alonbl at 485eb718-1723-0410-b8a9-88cf21a28c35>
Date: Fri Jul 6 07:31:01 2007 +0000
Some more debug info
---
lib/pkcs11h-session.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/lib/pkcs11h-session.c b/lib/pkcs11h-session.c
index 502e776..6919d34 100644
--- a/lib/pkcs11h-session.c
+++ b/lib/pkcs11h-session.c
@@ -1070,6 +1070,12 @@ _pkcs11h_session_login (
rv = CKR_OK;
retry:
+ _PKCS11H_DEBUG (
+ PKCS11H_LOG_DEBUG2,
+ "PKCS#11: _pkcs11h_session_login C_Login rv=%lu-'%s'",
+ rv,
+ pkcs11h_getMessage (rv)
+ );
/*
* Clean PIN buffer
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git
More information about the pkg-opensc-commit
mailing list