gnupg/util (ChangeLog strgutil.c)
cvs user wk
cvs at cvs.gnupg.org
Wed Nov 3 17:35:50 CET 2004
Date: Wednesday, November 3, 2004 @ 17:40:29
Author: wk
Path: /cvs/gnupg/gnupg/util
Modified: ChangeLog strgutil.c
* strgutil.c (load_libiconv): Use log_info to avoid failures when
iconv.dll is not installed.
------------+
ChangeLog | 5 +++++
strgutil.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
Index: gnupg/util/ChangeLog
diff -u gnupg/util/ChangeLog:1.165 gnupg/util/ChangeLog:1.166
--- gnupg/util/ChangeLog:1.165 Sun Oct 31 00:49:09 2004
+++ gnupg/util/ChangeLog Wed Nov 3 17:40:29 2004
@@ -1,3 +1,8 @@
+2004-11-02 Werner Koch <wk at g10code.com>
+
+ * strgutil.c (load_libiconv): Use log_info to avoid failures when
+ iconv.dll is not installed.
+
2004-10-31 Werner Koch <wk at g10code.com>
* simple-gettext.c (get_string): Removed debugging hack.
Index: gnupg/util/strgutil.c
diff -u gnupg/util/strgutil.c:1.43 gnupg/util/strgutil.c:1.44
--- gnupg/util/strgutil.c:1.43 Wed Oct 27 18:32:33 2004
+++ gnupg/util/strgutil.c Wed Nov 3 17:40:29 2004
@@ -142,7 +142,7 @@
}
if (!handle || !iconv_close)
{
- log_error (_("error loading `%s': %s\n"),
+ log_info (_("error loading `%s': %s\n"),
"iconv.dll", dlerror ());
iconv_open = NULL;
iconv = NULL;
More information about the Gnupg-commits
mailing list