]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:librpc: Add missing newline to logging message
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 7 Aug 2023 04:53:35 +0000 (16:53 +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/librpc/rpc/dcerpc_roh_channel_out.c

index 2abafb0bab5f8baaf99faf267881f1208e9d9e96..476033e67ab58f6b7d0b4c89084c9c4dda8a9881 100644 (file)
@@ -148,7 +148,7 @@ static void roh_send_RPC_DATA_OUT_done(struct tevent_req *subreq)
                return;
        }
 
-       DEBUG(8, ("%s: RPC_OUT_DATA sent", __func__));
+       DEBUG(8, ("%s: RPC_OUT_DATA sent\n", __func__));
 
        tevent_req_done(req);
 }