diff options
Diffstat (limited to 'source3/nsswitch/winbindd_cm.c')
-rw-r--r-- | source3/nsswitch/winbindd_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index ccf6b20a9f..010d38fde9 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -363,7 +363,7 @@ static void set_domain_online(struct winbindd_domain *domain) domain->name )); if (domain->internal) { - DEBUG(3,("set_domain_offline: domain %s is internal - logic error.\n", + DEBUG(3,("set_domain_online: domain %s is internal - logic error.\n", domain->name )); return; } |