netlink-socket: Consistently log sequence numbers in hexadecimal.
authorBen Pfaff <blp@nicira.com>
Tue, 11 Jan 2011 19:01:08 +0000 (11:01 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 27 Jan 2011 17:26:06 +0000 (09:26 -0800)
commit727ef33f12f7736961455d1835e654687efc4708
treecb74a0e055c0cc1e11bd9796489bc77a61e20593
parentc6eab56db47739d73675ff181a03eb1923303284
netlink-socket: Consistently log sequence numbers in hexadecimal.

nlmsghdr_to_string() wrote sequence numbers in hex, but nl_sock_transact()
wrote them in decimal.  This consistently switches to hexadecimal.

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