s3: Fix a debug message
authorVolker Lendecke <vl@samba.org>
Thu, 8 Sep 2011 11:15:21 +0000 (13:15 +0200)
committerVolker Lendecke <vlendec@samba.org>
Thu, 8 Sep 2011 13:08:43 +0000 (15:08 +0200)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Thu Sep  8 15:08:43 CEST 2011 on sn-devel-104

source3/winbindd/winbindd_cache.c

index 323c0b9014f97d522f688138cadd3b655c30d10c..b52fe7742993a10834d640d4269938be10ba412c 100644 (file)
@@ -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);
 }