summaryrefslogtreecommitdiffstats
path: root/source/groupdb
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>2002-04-19 13:39:52 +0000
committerJean-François Micouleau <jfm@samba.org>2002-04-19 13:39:52 +0000
commit1ece80a6b70ab26eb1a8484134b536efa007f6f9 (patch)
treeb3ffa6ff459cfc03b9182a0c0481c6f6a7e19eda /source/groupdb
parentc7ff521bab838c070931f2b0ece4be3371fbcdbf (diff)
downloadsamba-1ece80a6b70ab26eb1a8484134b536efa007f6f9.tar.gz
samba-1ece80a6b70ab26eb1a8484134b536efa007f6f9.tar.xz
samba-1ece80a6b70ab26eb1a8484134b536efa007f6f9.zip
DEBUG cleanup.
J.F.
Diffstat (limited to 'source/groupdb')
-rw-r--r--source/groupdb/mapping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/groupdb/mapping.c b/source/groupdb/mapping.c
index 99ccffb4644..060937fee2a 100644
--- a/source/groupdb/mapping.c
+++ b/source/groupdb/mapping.c
@@ -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);
}