When sending out the "no-server-data" response, do not log two LOG_LEVEL_CLF messages
authorFabian Keil <fk@fabiankeil.de>
Mon, 22 Aug 2011 18:58:29 +0000 (18:58 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 22 Aug 2011 18:58:29 +0000 (18:58 +0000)
commitbd7f66db01459e77cd2d05d5ff0d029f0935011f
tree329e22179b12cd7ee6be510099b22be242f05686
parentc0ebea9d32112d3b5afdd9ff932f3000f4239f66
When sending out the "no-server-data" response, do not log two LOG_LEVEL_CLF messages

send_crunch_response() already takes care of emitting the
message, so there's no need for chat() to emit another one.

Noticed while looking into #3394462 reported by Andy.
jcc.c