diff options
Diffstat (limited to 'src/posix-util.c')
-rw-r--r-- | src/posix-util.c | 3 |
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); |