diff options
Diffstat (limited to 'common/asshelp.c')
-rw-r--r-- | common/asshelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/asshelp.c b/common/asshelp.c index d7125ad22..44476074c 100644 --- a/common/asshelp.c +++ b/common/asshelp.c @@ -85,7 +85,7 @@ my_libassuan_log_handler (assuan_context_t ctx, void *hook, return 0; /* Assuan debugging is not enabled. */ if (msg) - log_string (JNLIB_LOG_DEBUG, msg); + log_string (GPGRT_LOG_DEBUG, msg); return 1; } |