From 407cd42143f35ea62ac9205a85263d494e494d25 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 4 Feb 2002 00:59:23 +0000 Subject: better debug messages! (This used to be commit e3bb6867454307ae592115e205d32ddd53988678) --- source3/lib/charcnv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib') 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; } -- cgit