svn commit: samba r3061 - in branches/SAMBA_4_0/source/lib: .

tridge at samba.org tridge at samba.org
Tue Oct 19 09:53:23 GMT 2004


Author: tridge
Date: 2004-10-19 09:53:23 +0000 (Tue, 19 Oct 2004)
New Revision: 3061

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib&rev=3061&nolog=1

Log:
change a debug to help track down a charset problem

Modified:
   branches/SAMBA_4_0/source/lib/charcnv.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/charcnv.c
===================================================================
--- branches/SAMBA_4_0/source/lib/charcnv.c	2004-10-19 07:41:19 UTC (rev 3060)
+++ branches/SAMBA_4_0/source/lib/charcnv.c	2004-10-19 09:53:23 UTC (rev 3061)
@@ -192,7 +192,8 @@
 
 	if (descriptor == (smb_iconv_t)-1 || descriptor == (smb_iconv_t)0) {
 		/* conversion not supported, return -1*/
-		DEBUG(3, ("convert_string_talloc: conversion not supported!\n"));
+		DEBUG(3, ("convert_string_talloc: conversion from %s to %s not supported!\n",
+			  charset_name(from), charset_name(to)));
 		return -1;
 	}
 



More information about the samba-cvs mailing list