summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/nsswitch/winbindd_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/winbindd_group.c b/source/nsswitch/winbindd_group.c
index 4215aef5dd7..7edb755f1c0 100644
--- a/source/nsswitch/winbindd_group.c
+++ b/source/nsswitch/winbindd_group.c
@@ -1302,7 +1302,7 @@ void winbindd_getgroups(struct winbindd_cli_state *state)
}
if ( s->domain->primary && lp_winbind_trusted_domains_only()) {
- DEBUG(7,("winbindd_getpwnam: My domain -- rejecting "
+ DEBUG(7,("winbindd_getgroups: My domain -- rejecting "
"getgroups() for %s\\%s.\n", s->domname,
s->username));
request_error(state);