diff options
Diffstat (limited to 'src/vfs-mount.c')
-rw-r--r-- | src/vfs-mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vfs-mount.c b/src/vfs-mount.c index bb5f056c..c6ee7c97 100644 --- a/src/vfs-mount.c +++ b/src/vfs-mount.c @@ -234,7 +234,7 @@ gpgme_op_vfs_mount (gpgme_ctx_t ctx, const char *container_file, { gpg_error_t err; - TRACE_BEG4 (DEBUG_CTX, "gpgme_op_vfs_mount", ctx, + TRACE_BEG (DEBUG_CTX, "gpgme_op_vfs_mount", ctx, "container=%s, mount_dir=%s, flags=0x%x, op_err=%p", container_file, mount_dir, flags, op_err); |