server: dump where we attempted to bind in case of failure
authorJens Axboe <axboe@fb.com>
Tue, 25 Mar 2014 17:50:55 +0000 (10:50 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 25 Mar 2014 17:50:55 +0000 (10:50 -0700)
commit17e3531ad6dcd6d0d8f1191f7fe484a345f26f52
treebd57e8240442c7cb7ebfb7962cdf970752ce26e4
parentb96b90c383b25f4d0a002f672c3ff3dc02fdbf7b
server: dump where we attempted to bind in case of failure

Helps locate what the issue is, instead of having to use
strace and similar tools.

Signed-off-by: Jens Axboe <axboe@fb.com>
server.c