s3-winbind: Correct debug message for starting winbind.
authorAndreas Schneider <asn@samba.org>
Tue, 27 Jan 2015 15:32:48 +0000 (16:32 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 20 Mar 2015 22:25:52 +0000 (23:25 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/winbind/winbindd.c

index f702739d215c38b888beeedf0d1267e8aeef0c91..d8b79eeb73ab48b6e2834a29076b2d75f6b7a768 100644 (file)
@@ -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 */