X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fcfm.c;h=3f3dcd2e273f26881a88f0d0097a2c4a55399b8c;hb=7593daa2473c464cd179420b9c7f68989044fdee;hp=ff401dc54ee74771203f466baa7ebc6de9a295bd;hpb=ae75dae3459202bb7ff6031e4a5f0f696f48432f;p=openvswitch diff --git a/lib/cfm.c b/lib/cfm.c index ff401dc5..3f3dcd2e 100644 --- a/lib/cfm.c +++ b/lib/cfm.c @@ -533,12 +533,11 @@ cfm_print_details(struct ds *ds, const struct cfm *cfm) ds_put_format(ds, "\tnext fault check: %lldms\n", timer_msecs_until_expired(&cfm->fault_timer)); - ds_put_cstr(ds, "\n"); HMAP_FOR_EACH (rmp, node, &cfm->remote_mps) { ds_put_format(ds, "Remote MPID %"PRIu64":%s\n", rmp->mpid, rmp->rdi ? " rdi" : ""); - ds_put_format(ds, "\trecv since check: %s", + ds_put_format(ds, "\trecv since check: %s\n", rmp->recv ? "true" : "false"); } }