Looks good, thanks.

Ethan

On Tue, May 22, 2012 at 11:39 AM, Ben Pfaff <b...@nicira.com> wrote:
> Signed-off-by: Ben Pfaff <b...@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
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to