diff options
author | Rob Austein <sra@hactrn.net> | 2015-06-24 13:43:26 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-06-24 13:43:26 -0400 |
commit | 452c5a8d5ecfcd5acfc098997389042e8903b6d7 (patch) | |
tree | ea8499bc00117204991b4fc0f7cbb8ee0d848a27 | |
parent | e5b169b8fcec4be52ba3957a1154beaca2a14384 (diff) |
Doh, get ENTER_PUBLIC_FUNCTION() log message right.
-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 */ |