[pkg-opensc-commit] [pkcs11-helper] 110/253: Show version in debugging
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:39:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository pkcs11-helper.
commit 76fe4602a4981607f3059b71d6942ba4e89844d5
Author: Alon Bar-Lev <alon.barlev at gmail.com>
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