From b467558d9ea0653c34fcaa5b588d6a7d6e8f227d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 3 Nov 2004 16:40:29 +0000 Subject: * strgutil.c (load_libiconv): Use log_info to avoid failures when iconv.dll is not installed. --- util/ChangeLog | 5 +++++ util/strgutil.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/util/ChangeLog b/util/ChangeLog index cbb6d51a7..09f2c8356 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,8 @@ +2004-11-02 Werner Koch + + * strgutil.c (load_libiconv): Use log_info to avoid failures when + iconv.dll is not installed. + 2004-10-31 Werner Koch * simple-gettext.c (get_string): Removed debugging hack. diff --git a/util/strgutil.c b/util/strgutil.c index 67dafcee5..080914e0a 100644 --- a/util/strgutil.c +++ b/util/strgutil.c @@ -142,7 +142,7 @@ load_libiconv (void) } 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; -- cgit v1.2.3