]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:samba: Add missing newline to logging message
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 7 Aug 2023 04:54:26 +0000 (16:54 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:38 +0000 (04:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/samba/process_prefork.c

index 47bd23f5e234440d568c83b2a5f4f0ed18a8b92b..92e145d4c677e123cb5092829dc4dc5adf1faf0f 100644 (file)
@@ -363,7 +363,7 @@ static void prefork_fork_master(
                struct talloc_ctx *ctx = talloc_new(NULL);
                char *name = NULL;
                if (ctx == NULL) {
-                       DBG_ERR("Out of memory");
+                       DBG_ERR("Out of memory\n");
                        exit(127);
                }
                name = talloc_asprintf(ctx, "prefork-master-%s", service_name);