[pkg-opensc-commit] [pkcs11-helper] 51/53: Show version in debugging

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to tag pkcs11-helper-1.03
in repository pkcs11-helper.

commit 02ab4f84e4bc03564a6591b8aa86e14661c89b3a
Author: alonbl <alonbl at 485eb718-1723-0410-b8a9-88cf21a28c35>
Date:   Wed Jun 13 17:18:08 2007 +0000

    Show version in debugging
---
 lib/pkcs11h-core.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/pkcs11h-core.c b/lib/pkcs11h-core.c
index 2d79e64..ce62a1c 100644
--- a/lib/pkcs11h-core.c
+++ b/lib/pkcs11h-core.c
@@ -651,7 +651,8 @@ pkcs11h_addProvider (
 
 	_PKCS11H_DEBUG (
 		PKCS11H_LOG_DEBUG2,
-		"PKCS#11: pkcs11h_addProvider entry pid=%d, reference='%s', provider_location='%s', allow_protected_auth=%d, mask_private_mode=%08x, cert_is_private=%d",
+		"PKCS#11: pkcs11h_addProvider entry version='%s', pid=%d, reference='%s', provider_location='%s', allow_protected_auth=%d, mask_private_mode=%08x, cert_is_private=%d",
+		PACKAGE_VERSION,
 		mypid,
 		reference,
 		provider_location,

-- 
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