summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/iconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/iconv.c b/source3/lib/iconv.c
index 906c831335..a5fcf32b5b 100644
--- a/source3/lib/iconv.c
+++ b/source3/lib/iconv.c
@@ -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;
}