[Cryptech-Commits] [user/sra/pkcs11] 03/05: Doh, get ENTER_PUBLIC_FUNCTION() log message right.
git at cryptech.is
git at cryptech.is
Sat Jun 27 03:26:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository user/sra/pkcs11.
commit 452c5a8d5ecfcd5acfc098997389042e8903b6d7
Author: Rob Austein <sra at hactrn.net>
Date: Wed Jun 24 13:43:26 2015 -0400
Doh, get ENTER_PUBLIC_FUNCTION() log message right.
---
pkcs11.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkcs11.c b/pkcs11.c
index 0be7489..f77516a 100644
--- a/pkcs11.c
+++ b/pkcs11.c
@@ -314,7 +314,7 @@ static pid_t initialized_pid;
#if DEBUG_PKCS11 > 1
#define ENTER_PUBLIC_FUNCTION(_name_) \
- fprintf(stderr, "Call to unsupported function %s\n", #_name_)
+ fprintf(stderr, "Entering function %s\n", #_name_)
#else /* DEBUG_PKCS11 > 1 */
More information about the Commits
mailing list