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/strgutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/strgutil.c') 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