[ovs-dev] [PATCH] ofproto-dpif-governor: Fix bug in log message.

Ben Pfaff blp at nicira.com
Tue May 22 18:39:33 UTC 2012


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 ofproto/ofproto-dpif-governor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ofproto/ofproto-dpif-governor.c b/ofproto/ofproto-dpif-governor.c
index 7e3ecfa..817186a 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",
-- 
1.7.2.5




More information about the dev mailing list