vlog: Optimize logging disabled, rate-limited messages.
authorBen Pfaff <blp@nicira.com>
Wed, 17 Dec 2008 00:32:27 +0000 (16:32 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Dec 2008 00:41:25 +0000 (16:41 -0800)
Previously the arguments of rate-limited messages were always evaluated
and passed to vlog_rate_limit().  This commit short-circuits the case
where the vlog levels would prevent any messages from being logged even
without considering rate limiting.


No differences found