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
|
@ -3214,7 +3214,7 @@ show_statistics (tofu_dbs_t dbs,
|
|||
*p = ' ';
|
||||
}
|
||||
|
||||
log_string (GPGRT_LOG_INFO, msg);
|
||||
log_string (GPGRT_LOGLVL_INFO, msg);
|
||||
xfree (msg);
|
||||
|
||||
if (policy == TOFU_POLICY_AUTO)
|
||||
|
@ -3279,7 +3279,7 @@ show_warning (const char *fingerprint, strlist_t user_id_list)
|
|||
log_fatal ("format failed: %s\n",
|
||||
gpg_strerror (gpg_error_from_syserror()));
|
||||
xfree (tmpmsg);
|
||||
log_string (GPGRT_LOG_INFO, text);
|
||||
log_string (GPGRT_LOGLVL_INFO, text);
|
||||
xfree (text);
|
||||
|
||||
es_free (set_policy_command);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue