diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-02-27 17:16:12 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-02-27 17:16:12 +0100 |
| commit | 1edf79fa551991574c620f7fca612d17504edc8e (patch) | |
| tree | 9d7f9a2afedb6d95adcf95bec77ddaa71cc27696 /client | |
| parent | c447d0d60aa18bb6610bae970e6ace5e257cbe69 (diff) | |
Client FSM: Remove already connected log
Useless spam in the log file
Diffstat (limited to 'client')
| -rw-r--r-- | client/fsm.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/fsm.go b/client/fsm.go index f9c7976..e69652f 100644 --- a/client/fsm.go +++ b/client/fsm.go @@ -223,7 +223,6 @@ func (c *Client) SetSearchServer() error { func (c *Client) SetConnected() error { if c.InFSMState(StateConnected) { // already connected, show no error - c.Logger.Warningf("Already connected") return nil } |
