Code

Frontend: Improve debug log when destroying a connection.
authorSebastian Harl <sh@tokkee.org>
Fri, 11 Apr 2014 07:15:56 +0000 (09:15 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 11 Apr 2014 07:15:56 +0000 (09:15 +0200)
commit873f7603c5a213b0db58fa3c29d9e733f31366c8
tree95753e3850cbec00f1ace992a865b826c5082ae4
parent1913e0c2281b514d1f38559bd2b88dc5c92d4efc
Frontend: Improve debug log when destroying a connection.

The file-descriptor associated with the connection might not be open any more
and, thus, be -1. Instead of using that in the message, use the connection's
object name which includes the file-descriptor as used when accepting the
connection.
src/frontend/connection.c