aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */