diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/charcnv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c index a1cda7bff3..d19911dfe2 100644 --- a/source3/lib/charcnv.c +++ b/source3/lib/charcnv.c @@ -185,6 +185,7 @@ size_t convert_string_allocate(charset_t from, charset_t to, if (descriptor == (smb_iconv_t)-1 || descriptor == (smb_iconv_t)0) { /* conversion not supported, return -1*/ + DEBUG(3, ("convert_string_allocate: conversion not supported!\n")); return -1; } |