netlink-notifier: change message to a less scary one
authorThadeu Lima de Souza Cascardo <cascardo@redhat.com>
Fri, 17 Jun 2016 19:33:23 +0000 (16:33 -0300)
committerBen Pfaff <blp@ovn.org>
Thu, 23 Jun 2016 21:57:35 +0000 (14:57 -0700)
commit8e2b26562c2e82fd4492d4a27aa24238e47b022a
tree52339ea5de411237f037214871f64e44aaec1af9
parent4470328bc4e0081479351e39a1964a78fe19be1b
netlink-notifier: change message to a less scary one

"received bad netlink message" may be interpreted as a corrupt netlink message.
However, the parse functions may return failure when the message contains
unexpected attributes or misses non optional attributes. Indicating the message
contained "unexpected contents" will avoid some interpretation that there may be
some netlink message corruption.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
Cc: Aaron Conole <aconole@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/netlink-notifier.c