From c436c5aa0f27b72d392772cfd4dbdbc5a1e591e5 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 6 Dec 2007 01:49:37 +0100 Subject: Improve a debug message. Michael (This used to be commit 1ea3ec9271f56f7aec8a01681f5eb4adcbfe0588) --- source3/winbindd/winbindd_async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd/winbindd_async.c') diff --git a/source3/winbindd/winbindd_async.c b/source3/winbindd/winbindd_async.c index 611ca03001..c0254412e5 100644 --- a/source3/winbindd/winbindd_async.c +++ b/source3/winbindd/winbindd_async.c @@ -384,7 +384,7 @@ void winbindd_lookupname_async(TALLOC_CTX *mem_ctx, struct lookupname_state *s; if ( (domain = find_lookup_domain_from_name(dom_name)) == NULL ) { - DEBUG(5, ("Could not find domain for name %s\n", dom_name)); + DEBUG(5, ("Could not find domain for name '%s'\n", dom_name)); cont(private_data, False, NULL, SID_NAME_UNKNOWN); return; } -- cgit