s3: Fix a debug message
authorVolker Lendecke <vl@samba.org>
Thu, 8 Sep 2011 11:15:21 +0000 (13:15 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 11 Oct 2011 13:21:09 +0000 (15:21 +0200)
source3/winbindd/winbindd_cache.c

index e0fec1e7f27d5be09370ab441e1b6c6bb20fa179..d0d9c43f10d1b50149a9aeb5f01f3b3ace05ef17 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);
 }