From ab2ca882e1bf0674bd06fd4009caedcca2410b73 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 8 Sep 2011 13:15:21 +0200 Subject: [PATCH] s3: Fix a debug message Autobuild-User: Volker Lendecke Autobuild-Date: Thu Sep 8 15:08:43 CEST 2011 on sn-devel-104 --- source3/winbindd/winbindd_cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c index 323c0b9014f9..b52fe7742993 100644 --- a/source3/winbindd/winbindd_cache.c +++ b/source3/winbindd/winbindd_cache.c @@ -969,8 +969,8 @@ static void wcache_save_sid_to_name(struct winbindd_domain *domain, NTSTATUS sta } centry_end(centry, "SN/%s", sid_to_fstring(sid_string, sid)); - DEBUG(10,("wcache_save_sid_to_name: %s -> %s (%s)\n", sid_string, - name, nt_errstr(status))); + DEBUG(10,("wcache_save_sid_to_name: %s -> %s\\%s (%s)\n", sid_string, + domain_name, name, nt_errstr(status))); centry_free(centry); } -- 2.34.1