mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Adjust for changed macro names in libgpg-error master.
* common/logging.h (GPGRT_LOGLVL_): New replacement macros for older
libgpg-error versions.
--
Updates-commit: b56dfdfc18
Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
6d14be22a1
commit
34defc9bce
11 changed files with 39 additions and 28 deletions
|
@ -93,7 +93,7 @@ my_libassuan_log_handler (assuan_context_t ctx, void *hook,
|
|||
return 0; /* Temporary disabled. */
|
||||
|
||||
if (msg)
|
||||
log_string (GPGRT_LOG_DEBUG, msg);
|
||||
log_string (GPGRT_LOGLVL_DEBUG, msg);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue