1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* util.h: Add new log_warning logger command which can be switched between

log_info and log_error via log_set_strict.
This commit is contained in:
David Shaw 2002-10-03 22:11:03 +00:00
parent c5180316a2
commit 35cc8cf90a
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2002-10-03 David Shaw <dshaw@jabberwocky.com>
* util.h: Add new log_warning logger command which can be switched
between log_info and log_error via log_set_strict.
2002-09-24 David Shaw <dshaw@jabberwocky.com>
* keyserver.h: Add some new error codes for better GPA support.