aboutsummaryrefslogtreecommitdiffstats
path: root/src/queryswdb.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-11-16 15:57:09 +0000
committerWerner Koch <[email protected]>2018-11-16 15:57:09 +0000
commitcf423864062a2677d0eeabbb11462a788f527b4c (patch)
treee00dc76f2a2ffc47858880631ddefe13be13fbd1 /src/queryswdb.c
parentcore: Remove old debug helper function (diff)
downloadgpgme-cf423864062a2677d0eeabbb11462a788f527b4c.tar.gz
gpgme-cf423864062a2677d0eeabbb11462a788f527b4c.zip
core: Fix format string errors in trace macros
-- Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r--src/queryswdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/queryswdb.c b/src/queryswdb.c
index e72dabbc..2b7a07f5 100644
--- a/src/queryswdb.c
+++ b/src/queryswdb.c
@@ -92,7 +92,7 @@ gpgme_op_query_swdb (gpgme_ctx_t ctx, const char *name, const char *iversion,
op_data_t opd;
TRACE_BEG (DEBUG_CTX, "gpgme_op_query_swdb", ctx,
- "name=%s, iversion=%", name, iversion);
+ "name=%s, iversion=%s", name, iversion);
if (!ctx || reserved)
return TRACE_ERR (gpg_error (GPG_ERR_INV_VALUE));