Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
}
if (*uint64p != 0) {
- DBG_DEBUG("Unexpected mds result: 0x%" PRIx64, *uint64p);
+ DBG_DEBUG("Unexpected mds result: 0x%" PRIx64 "\n", *uint64p);
tevent_req_nterror(req, NT_STATUS_INTERNAL_ERROR);
return;
}
bool equal;
if (r->secondary_address_size == 0) {
- DEBUG(4,("Ignoring length check -- ASU bug (server didn't fill in the pipe name correctly)"));
+ DEBUG(4,("Ignoring length check -- ASU bug (server didn't fill in the pipe name correctly)\n"));
}
if (r->num_results < 1 || !r->ctx_list) {
rpc_transport_np_init_pipe_open_retry, req);
if (tevent_req_nomem(te, req)) {
DEBUG(2, ("Failed to create asynchronous "
- "tevent_timer"));
+ "tevent_timer\n"));
}
return;
}