summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-15 01:55:57 +0000
committerTim Potter <tpot@samba.org>2002-04-15 01:55:57 +0000
commit36514b65eed055282f2f391d18128536026d9485 (patch)
treedc6c55ebb4ecdcf88afdc5a70ec346526a77fa8d /source3/lib
parent4a5225bf6472347dda6eb7520e76a9a18f0e9f19 (diff)
downloadsamba-36514b65eed055282f2f391d18128536026d9485.tar.gz
samba-36514b65eed055282f2f391d18128536026d9485.tar.bz2
samba-36514b65eed055282f2f391d18128536026d9485.zip
Fixed incorrect debug.
(This used to be commit 3b6df44ddc80d728c01511529ccb05c1ba3d414b)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/username.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/username.c b/source3/lib/username.c
index 1504fd6a06..da603949bc 100644
--- a/source3/lib/username.c
+++ b/source3/lib/username.c
@@ -493,7 +493,7 @@ BOOL user_in_list(const char *user,char **list)
while (*list) {
- DEBUG(10,("user_in_list: checking user |%s| in group |%s|\n", user, *list));
+ DEBUG(10,("user_in_list: checking user |%s| against |%s|\n", user, *list));
/*
* Check raw username.