Complain about duplicate charsets at debug level 0 instead of 2
authorJelmer Vernooij <jelmer@samba.org>
Thu, 24 Apr 2003 20:42:16 +0000 (20:42 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 24 Apr 2003 20:42:16 +0000 (20:42 +0000)
source/lib/iconv.c

index 906c83133547b9e71c8e3f313a96d5f43679e887..a5fcf32b5b6ca5809e52901f293b92a0943ae34d 100644 (file)
@@ -85,7 +85,7 @@ BOOL smb_register_charset(struct charset_functions *funcs)
        /* Check whether we already have this charset... */
 
        if (find_charset_functions(funcs->name)) {
-               DEBUG(2, ("Duplicate charset %s, not registering\n", funcs->name));
+               DEBUG(0, ("Duplicate charset %s, not registering\n", funcs->name));
                return False;
        }