Relocate the connection-accepted message from listen_loop() to serve()
authorFabian Keil <fk@fabiankeil.de>
Tue, 4 Sep 2012 08:39:58 +0000 (08:39 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 4 Sep 2012 08:39:58 +0000 (08:39 +0000)
commit66287346ba7a6d1ca2335ea254ec9f344e4aeb49
tree2ff1e06c3bfdc01773d4c4adc2ca5f841a4a35eb
parent6cbdede53d5f4ea3067fb084a7293841541b7a2a
Relocate the connection-accepted message from listen_loop() to serve()

This way it's printed by the thread that is actually serving the
connection which is nice when grepping for thread ids in log files.

While at it, use an upper-case first character which is more
consistent with the other log messages.
jcc.c