From 94d274a1a33c6fb30981290b127f2c4babc27245 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 16 Nov 2018 16:39:26 +0100 Subject: core: Remove old debug helper function * src/debug.c (_gpgme_debug): Remove. (_gpgme_debugf): Rename to _gpgme_debug. Signed-off-by: Werner Koch --- src/assuan-support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/assuan-support.c') diff --git a/src/assuan-support.c b/src/assuan-support.c index 419adb41..8c331c68 100644 --- a/src/assuan-support.c +++ b/src/assuan-support.c @@ -54,7 +54,7 @@ _gpgme_assuan_log_cb (assuan_context_t ctx, void *hook, if (msg == NULL) return 1; - _gpgme_debug (DEBUG_ASSUAN, "%s", msg); + _gpgme_debug (DEBUG_ASSUAN, -1, NULL, NULL, NULL, "%s", msg); return 0; } -- cgit v1.2.3