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:
parent
45abe2853f
commit
90a9f78afe
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user