From 4bd1feb68c4f5134293d87433da932c20cded915 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 6 Nov 1998 18:40:51 +0000 Subject: lib/charcnv.c: Improved debug comment. libsmb/namequery.c: Fix to remove 2 second wait is we are doing a unicast and got a reply. smbd/dfree.c: smbd/noquotas.c: smbd/quotas.c: Fixes from Dejan Ilic for the quota code. utils/smbpasswd.c: Fixes to allow smbpasswd to be called from swat. Jeremy. (This used to be commit b5981c0149ad8c6f13ea87db450080616538b5d5) --- source3/lib/charcnv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c index b016a07fd7..29ef72d7ac 100644 --- a/source3/lib/charcnv.c +++ b/source3/lib/charcnv.c @@ -225,6 +225,6 @@ void interpret_character_set(char *str) } else if (strequal (str, "koi8-r")) { init_koi8_r(); } else { - DEBUG(0,("unrecognized character set\n")); + DEBUG(0,("unrecognized character set %s\n", str)); } } -- cgit