Files
nats-server/server
Ivan Kozlovic 5fe60d3084 Removed double connection close trace
In master, this this what happens when a connection is closed
and server runs with `-D`
```
[95023] 2020/06/03 14:55:28.395532 [DBG] 127.0.0.1:54077 - cid:2 - Client connection created
[95023] 2020/06/03 14:55:29.164118 [DBG] 127.0.0.1:54077 - cid:2 - Client connection closed: Client Closed
[95023] 2020/06/03 14:55:29.164191 [DBG] 127.0.0.1:54077 - cid:2 - Client connection closed
```
Notice the trace of connection closed with the reason, and then
the bare connection closed statement.

This double trace was introduced by mistake during the JS branch
work (dd116fcfd4 (diff-853eb184ac73cf9597d7833f6b89e9c9R3547))

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2020-06-03 15:00:34 -06:00
..
2020-05-29 17:56:45 -07:00
2019-10-15 23:55:13 +08:00
2020-05-19 14:15:11 -07:00
2020-06-01 18:00:13 -04:00
2020-06-01 11:46:18 -07:00
2020-06-02 18:38:17 -04:00
2020-06-02 15:21:34 -04:00
2020-02-25 19:53:09 -05:00
2020-06-01 18:00:13 -04:00
2020-06-02 06:24:46 -07:00
2020-05-29 17:56:45 -07:00
2020-05-29 17:47:08 -06:00
2019-05-06 15:41:38 -07:00
2020-06-01 18:00:13 -04:00
2020-05-20 11:14:39 -06:00
2019-12-12 11:58:24 -07:00
2018-12-06 15:09:14 -08:00
2020-06-01 18:00:13 -04:00
2020-06-02 18:38:17 -04:00
2019-05-10 15:11:30 -07:00
2018-10-06 14:06:14 -07:00
2020-05-29 17:56:45 -07:00
2018-03-15 22:31:07 -07:00
2019-11-14 20:05:32 -07:00
2018-03-15 22:31:07 -07:00
2019-11-14 20:05:32 -07:00
2019-11-14 20:05:32 -07:00
2019-12-12 11:58:24 -07:00
2020-06-02 06:24:46 -07:00
2020-06-01 16:54:41 -07:00