Skip to content
Snippets Groups Projects
Commit 4dd18332 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Minor fixes.

parent 21185be4
No related branches found
No related tags found
No related merge requests found
......@@ -437,10 +437,10 @@ int xfr_client(dthread_t *thread)
ev_io_init((ev_io *)&bridge, xfr_bridge_ev,
evqueue_pollfd(data->cq), EV_READ);
ev_io_start(data->loop, (ev_io *)&bridge);
debug_net("xfr_client: bridge to libev initiated\n");
debug_xfr("xfr_client: bridge to libev initiated\n");
/* Accept requests. */
debug_net("xfr_client: loop started\n");
debug_xfr("xfr_client: loop started\n");
/* Cancellation point. */
if (dt_is_cancelled(thread)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment