DEBUG cleanup.
authorJean-François Micouleau <jfm@samba.org>
Fri, 19 Apr 2002 13:39:52 +0000 (13:39 +0000)
committerJean-François Micouleau <jfm@samba.org>
Fri, 19 Apr 2002 13:39:52 +0000 (13:39 +0000)
J.F.
(This used to be commit 1ece80a6b70ab26eb1a8484134b536efa007f6f9)

source3/groupdb/mapping.c

index 99ccffb4644b5c5b8a3efde898c210c763b6bb32..060937fee2a1a06eb59989f18d9ecee3f2b26dcf 100644 (file)
@@ -637,7 +637,7 @@ BOOL get_group_map_from_ntname(char *name, GROUP_MAP *map, BOOL with_priv)
        PRIVILEGE_SET *set;
 
        if(!init_group_mapping()) {
-               DEBUG(0,("failed to initialize group mapping"));
+               DEBUG(0,("get_group_map_from_ntname:failed to initialize group mapping"));
                return(False);
        }