Fixed incorrect debug.
authorTim Potter <tpot@samba.org>
Mon, 15 Apr 2002 01:55:57 +0000 (01:55 +0000)
committerTim Potter <tpot@samba.org>
Mon, 15 Apr 2002 01:55:57 +0000 (01:55 +0000)
(This used to be commit 3b6df44ddc80d728c01511529ccb05c1ba3d414b)

source3/lib/username.c

index 1504fd6a06ee44930952533bf219cbe46e9e24ae..da603949bc816ff5e44d55ccf7bee0812dddb57a 100644 (file)
@@ -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.