Skip to content

Commit

Permalink
threads: make one error more specific
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Jan 28, 2013
1 parent b2302b3 commit f38c86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libknet/threads.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ static void _handle_dst_link_updates(knet_handle_t knet_h)

dst_host = knet_h->host_index[dst_host_id];
if (!dst_host) {
log_debug(knet_h, KNET_SUB_SWITCH_T, "Unable to find host");
log_debug(knet_h, KNET_SUB_SWITCH_T, "Unable to find host: %d", dst_host_id);
goto out_unlock;
}

Expand Down

0 comments on commit f38c86b

Please sign in to comment.