X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-governor.c;h=817186ae52344160f82d5d6292edc7b2e99a54f6;hb=ce00d4982293323384f32e5a35eb3441f350d20a;hp=7e3ecfae16a33d70b46dded3cbefca03f61aad7d;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=openvswitch diff --git a/ofproto/ofproto-dpif-governor.c b/ofproto/ofproto-dpif-governor.c index 7e3ecfae..817186ae 100644 --- a/ofproto/ofproto-dpif-governor.c +++ b/ofproto/ofproto-dpif-governor.c @@ -162,7 +162,7 @@ governor_new_generation(struct governor *g, unsigned int size) if (g->size != size) { if (!g->size) { VLOG_INFO("%s: engaging governor with %u kB hash table", - g->name, g->size / 1024); + g->name, size / 1024); } else { VLOG_INFO("%s: processed %u packets in %.2f s, " "%s hash table to %u kB",