netlink-socket: Log Generic Netlink family names.
authorBen Pfaff <blp@nicira.com>
Tue, 11 Jan 2011 19:02:32 +0000 (11:02 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 27 Jan 2011 17:26:06 +0000 (09:26 -0800)
commit2ad204c8631635a0daf6bb58ece79f89e580e299
tree9b1cce63e7a6755d4d98879e9757eee01179f166
parent727ef33f12f7736961455d1835e654687efc4708
netlink-socket: Log Generic Netlink family names.

The ids for Generic Netlink family names aren't very helpful because they
can vary from machine to machine and even from one boot to the next.  So
this change logs their names too.

This only affects logging at DBG level.

Reviewed by Ethan Jackson <ethan@nicira.com>.
lib/netlink-socket.c