summaryrefslogtreecommitdiff
path: root/source3/lib/charcnv.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2002-02-04 00:59:23 +0000
committerSimo Sorce <idra@samba.org>2002-02-04 00:59:23 +0000
commit407cd42143f35ea62ac9205a85263d494e494d25 (patch)
treecad53523b60f78ad2155c5b7e40f54324b7be019 /source3/lib/charcnv.c
parent4cf87fc667ba10689b219ab6fc693289a5ce5025 (diff)
downloadsamba-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.c1
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;
}