socket.c: fix format string issues (too few arguments)
authorArne Redlich <arne.redlich@googlemail.com>
Mon, 17 Feb 2014 23:42:14 +0000 (00:42 +0100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 20 Feb 2014 02:59:17 +0000 (18:59 -0800)
commit8907aea9ebe4aaad7c5bbd5e6ee45374202d08c6
treebc33c7780be001179108e89bdb67f1a413ac7d14
parent8406bfe4652b96bc997b2852690fad6203654c2b
socket.c: fix format string issues (too few arguments)

These were uncovered by the previously added __attribute__((format(printf))).

Emacs also removed trailing whitespace while at it.

Signed-off-by: Arne Redlich <arne.redlich@googlemail.com>
lib/socket.c