mdssd: fix a debug message
authorRalph Boehme <slow@samba.org>
Tue, 20 Aug 2019 15:00:12 +0000 (17:00 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 9 Oct 2019 14:35:29 +0000 (14:35 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Noel Power <noel.power@suse.com>
source3/rpc_server/mdssd.c

index 623074f0dae24f2bb4a465675bd422b8a618d42b..06643664f2ed98dfe62386710c37d1fb1f954bbc 100644 (file)
@@ -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;
        }