aboutsummaryrefslogtreecommitdiff
path: root/pkcs11.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-06-24 13:43:26 -0400
committerRob Austein <sra@hactrn.net>2015-06-24 13:43:26 -0400
commit452c5a8d5ecfcd5acfc098997389042e8903b6d7 (patch)
treeea8499bc00117204991b4fc0f7cbb8ee0d848a27 /pkcs11.c
parente5b169b8fcec4be52ba3957a1154beaca2a14384 (diff)
Doh, get ENTER_PUBLIC_FUNCTION() log message right.
Diffstat (limited to 'pkcs11.c')
-rw-r--r--pkcs11.c2
1 files changed, 1 insertions, 1 deletions
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 */