summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-10-16 00:08:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:29 -0500
commit76022f73d6d8815ea581563225bd6ee9c9b91394 (patch)
treeee14b00ba70303cf33a65ce251d95363a72d4785
parent4a942c592abf62baad19896ef42848db73c02e29 (diff)
downloadsamba-76022f73d6d8815ea581563225bd6ee9c9b91394.tar.gz
samba-76022f73d6d8815ea581563225bd6ee9c9b91394.tar.bz2
samba-76022f73d6d8815ea581563225bd6ee9c9b91394.zip
r19301: Correct debug statement.
(This used to be commit 3ea8399bc9ae9de0a6eb0efe0f5b96f923b62082)
-rw-r--r--source3/nsswitch/winbindd_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_user.c b/source3/nsswitch/winbindd_user.c
index 94e807356d..8b19859940 100644
--- a/source3/nsswitch/winbindd_user.c
+++ b/source3/nsswitch/winbindd_user.c
@@ -229,7 +229,7 @@ static void getpwsid_queryuser_recv(void *private_data, BOOL success,
talloc_get_type_abort(private_data, struct getpwsid_state);
if (!success) {
- DEBUG(5, ("Could not query user %s SID %s\n", s->domain->name,
+ DEBUG(5, ("Could not query domain %s SID %s\n", s->domain->name,
sid_string_static(&s->user_sid)));
request_error(s->state);
return;