ovsdb: Log when remote connections are deconfigured.
authorBen Pfaff <blp@nicira.com>
Fri, 15 Jul 2011 18:25:14 +0000 (11:25 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 18 Jul 2011 16:30:31 +0000 (09:30 -0700)
commitf97ffebfb8e66d7ce0ed78517dff322aa4825aea
tree225b1dcd62a15425eb38f2ced8274e8bc6623391
parent7f1656751a2a34e5f52301b9efe1709080a2c603
ovsdb: Log when remote connections are deconfigured.

Recently I helped debug a scenario where ovsdb-server connected to a remote
manager, then ovs-vsctl deleted the remote manager and soon after re-added
it.  The log was difficult to interpret because it showed two successful
connection attempts to the same remote without showing a reason why the
connection was dropped in the first place.  Adding this log message would
make it clear that the configuration changed to remove that remote
connection in the meantime.
ovsdb/jsonrpc-server.c