From: Ralph Boehme Date: Tue, 20 Aug 2019 15:00:12 +0000 (+0200) Subject: mdssd: fix a debug message X-Git-Tag: talloc-2.3.1~436 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91f397bec0dbc24b60f74e80ee413642d955d7bc;p=thirdparty%2Fsamba.git mdssd: fix a debug message Signed-off-by: Ralph Boehme Reviewed-by: Noel Power --- diff --git a/source3/rpc_server/mdssd.c b/source3/rpc_server/mdssd.c index 623074f0dae..06643664f2e 100644 --- a/source3/rpc_server/mdssd.c +++ b/source3/rpc_server/mdssd.c @@ -224,7 +224,7 @@ static bool mdssd_child_init(struct tevent_context *ev_ctx, ok = init_rpc_module("mdssvc", NULL); if (!ok) { - DBG_ERR("Failed to de-intialize RPC\n"); + DBG_ERR("Failed to initialize mdssvc module\n"); return false; }