bridge: Downgrade log level of some log messages that may indicate races.
authorBen Pfaff <blp@nicira.com>
Mon, 14 Mar 2011 22:28:32 +0000 (15:28 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 14 Mar 2011 23:40:42 +0000 (16:40 -0700)
commitcca46d331eac52e58c0cf9662833a76c71e27af4
treee5bbaaf886a26ea4570a4b2b688a5281b91da648
parent389d13c074fa064f89aff45e571c37a35a78c7ee
bridge: Downgrade log level of some log messages that may indicate races.

Some legitimate system activity can cause network devices to be destroyed
just before they are removed from the database, added to the database
just before they are created, or destroyed and then recreated under the
same name while other database activity is going on.  Logging these
events as errors makes it sound like something unexpectedly bad is going
on, but in fact these events are the most common instances of these log
messages, so downgrade them to warnings.

Reported-by: Reid Price <reid@nicira.com>
Bug #2584.
vswitchd/bridge.c