From: Ben Pfaff Date: Tue, 22 May 2012 18:39:25 +0000 (-0700) Subject: ofproto-dpif-governor: Fix bug in log message. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8319bc815a8d5fa375a28c94dde208f2dec68c42;p=openvswitch ofproto-dpif-governor: Fix bug in log message. Signed-off-by: Ben Pfaff --- 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",