diff options
Diffstat (limited to 'pkcs11.c')
-rw-r--r-- | pkcs11.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |