ofproto-dpif-governor: Fix bug in log message.
authorBen Pfaff <blp@nicira.com>
Tue, 22 May 2012 18:39:25 +0000 (11:39 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 May 2012 18:46:42 +0000 (11:46 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif-governor.c

index 7e3ecfae16a33d70b46dded3cbefca03f61aad7d..817186ae52344160f82d5d6292edc7b2e99a54f6 100644 (file)
@@ -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",