aboutsummaryrefslogtreecommitdiffstats
path: root/src/posix-util.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-11-16 15:39:26 +0000
committerWerner Koch <[email protected]>2018-11-16 15:39:26 +0000
commit94d274a1a33c6fb30981290b127f2c4babc27245 (patch)
treeb4b62ee0e3c22f19d1bd376223340d971801d9d2 /src/posix-util.c
parentcore: Simplify the trace maros by using variadics. (diff)
downloadgpgme-94d274a1a33c6fb30981290b127f2c4babc27245.tar.gz
gpgme-94d274a1a33c6fb30981290b127f2c4babc27245.zip
core: Remove old debug helper function
* src/debug.c (_gpgme_debug): Remove. (_gpgme_debugf): Rename to _gpgme_debug. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/posix-util.c')
-rw-r--r--src/posix-util.c3
1 files changed, 2 insertions, 1 deletions
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);