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/posix-util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/posix-util.c') diff --git a/src/posix-util.c b/src/posix-util.c index d060c896..881856ca 100644 --- a/src/posix-util.c +++ b/src/posix-util.c @@ -114,7 +114,8 @@ walk_path (const char *pgm) path = s + 1; } - _gpgme_debug (DEBUG_ENGINE, "gpgme-walk_path: '%s' not found in '%s'", + _gpgme_debug (DEBUG_ENGINE, -1, NULL, NULL, NULL, + "gpgme-walk_path: '%s' not found in '%s'", pgm, orig_path); free (fname); -- cgit v1.2.3