--- src/util_iconv.c.orig 2007-12-09 16:03:36.000000000 +0300 +++ src/util_iconv.c 2011-02-23 09:42:38.520636704 +0300 @@ -24,6 +24,7 @@ #include #include "util_iconv.h" +#include "trace.h" #if HAVE_ICONV #include @@ -50,6 +51,8 @@ */ if (strcmp (mycodeset, UTF8)) { + log_info ("Setting up codeset conversion to %s from %s.\n", UTF8, mycodeset); + cd = iconv_open (UTF8, mycodeset); if (cd == (iconv_t) (-1)) {