vlog: Fix logic error in update_min_level().
authorBen Pfaff <blp@nicira.com>
Fri, 23 Jul 2010 22:27:38 +0000 (15:27 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 23 Jul 2010 22:28:08 +0000 (15:28 -0700)
commit56cee53bd62d92bf2639e22beba3a867891a7513
treee012305867a3bb4dca84ccddd0a0961c138b497c
parent480ce8abca4ae262a4148fe757aebe3e0ddba6f6
vlog: Fix logic error in update_min_level().

Commit 480ce8ab "vlog: Make the vlog module catalog program-specific."
accidentally inverted the logic in this function, which broke the "-v"
to various OVS programs as well as other mechanisms to set logging to
non-default levels.
lib/vlog.c