diff options
Diffstat (limited to '')
-rw-r--r-- | util/strgutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |