Skip to content

Commit

Permalink
[blabla]
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 Sep 26, 2019
1 parent 35d7321 commit bfa175e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libknet/tests/api_knet_handle_pmtud_set.c
Expand Up @@ -200,7 +200,7 @@ static void test(void)
flush_logs(logfds[0], stdout);

if (knet_h->data_mtu != data_mtu) {
printf("knet_handle_pmtud_set failed to redetect MTU\n");
printf("knet_handle_pmtud_set failed to redetect MTU: detected mtu: %u data_mtu: %u \n", knet_h->data_mtu, data_mtu);
knet_link_set_enable(knet_h, 1, 0, 0);
knet_link_clear_config(knet_h, 1, 0);
knet_host_remove(knet_h, 1);
Expand Down

0 comments on commit bfa175e

Please sign in to comment.