From 452c5a8d5ecfcd5acfc098997389042e8903b6d7 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 24 Jun 2015 13:43:26 -0400 Subject: Doh, get ENTER_PUBLIC_FUNCTION() log message right. --- pkcs11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkcs11.c') 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 */ -- cgit v1.2.3