aboutsummaryrefslogtreecommitdiffstats
path: root/src/passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/passwd.c')
-rw-r--r--src/passwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/passwd.c b/src/passwd.c
index 154ae287..0ba8c08d 100644
--- a/src/passwd.c
+++ b/src/passwd.c
@@ -173,7 +173,7 @@ gpgme_error_t
gpgme_op_passwd_start (gpgme_ctx_t ctx, gpgme_key_t key, unsigned int flags)
{
gpg_error_t err;
- TRACE_BEG2 (DEBUG_CTX, "gpgme_op_passwd_start", ctx,
+ TRACE_BEG (DEBUG_CTX, "gpgme_op_passwd_start", ctx,
"key=%p, flags=0x%x", key, flags);
if (!ctx)
@@ -191,7 +191,7 @@ gpgme_op_passwd (gpgme_ctx_t ctx, gpgme_key_t key, unsigned int flags)
{
gpgme_error_t err;
- TRACE_BEG2 (DEBUG_CTX, "gpgme_op_passwd", ctx,
+ TRACE_BEG (DEBUG_CTX, "gpgme_op_passwd", ctx,
"key=%p, flags=0x%x", key, flags);
if (!ctx)