diff options
author | Simo Sorce <idra@samba.org> | 2002-02-04 00:59:23 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2002-02-04 00:59:23 +0000 |
commit | 407cd42143f35ea62ac9205a85263d494e494d25 (patch) | |
tree | cad53523b60f78ad2155c5b7e40f54324b7be019 /source3/lib/charcnv.c | |
parent | 4cf87fc667ba10689b219ab6fc693289a5ce5025 (diff) | |
download | samba-407cd42143f35ea62ac9205a85263d494e494d25.tar.gz samba-407cd42143f35ea62ac9205a85263d494e494d25.tar.bz2 samba-407cd42143f35ea62ac9205a85263d494e494d25.zip |
better debug messages!
(This used to be commit e3bb6867454307ae592115e205d32ddd53988678)
Diffstat (limited to 'source3/lib/charcnv.c')
-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; } |