netlink-socket: Fix log message for subscribe/unsubscribe on Windows.
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Mon, 4 Jan 2016 23:04:10 +0000 (23:04 +0000)
committerBen Pfaff <blp@ovn.org>
Tue, 5 Jan 2016 00:04:55 +0000 (16:04 -0800)
commitc04a57e651b39ebfd88ae6bfd755579cd33f18a1
tree994532b97590909878d674b1dbfcd36b07db0d52
parent273d5152969b024ba95681480ab1da8f29ef93c4
netlink-socket: Fix log message for subscribe/unsubscribe on Windows.

The warning message was inverted on the performed operation.

Also use the error returned by nl_sock_subscribe_packet__.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/netlink-socket.c