summaryrefslogtreecommitdiff
path: root/source4/winbind
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2015-01-27 16:32:48 +0100
committerStefan Metzmacher <metze@samba.org>2015-03-20 23:25:52 +0100
commitd86f7b9dafc58fa663d9430e16a6e90bd7455e1d (patch)
treec96031f5fb4bd5b1351010f45721dc19a55c7ee0 /source4/winbind
parent8a5db7d2f4936b54bf0ab8d36f54804cd463f967 (diff)
downloadsamba-d86f7b9dafc58fa663d9430e16a6e90bd7455e1d.tar.gz
s3-winbind: Correct debug message for starting winbind.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/winbind')
-rw-r--r--source4/winbind/winbindd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/winbindd.c b/source4/winbind/winbindd.c
index f702739d215..d8b79eeb73a 100644
--- a/source4/winbind/winbindd.c
+++ b/source4/winbind/winbindd.c
@@ -82,7 +82,7 @@ static void winbindd_task_init(struct task_server *task)
tevent_req_set_callback(subreq, winbindd_done, task);
- DEBUG(5,("Started file server child winbindd\n"));
+ DEBUG(5,("Started winbindd as a child daemon\n"));
}
/* called at winbindd startup - register ourselves as a server service */