1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s4:librpc: Add missing newline to logging message

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-08-07 16:53:35 +12:00 committed by Andrew Bartlett
parent 45abe2853f
commit 90a9f78afe

View 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);
}