summaryrefslogtreecommitdiff
path: root/client/fsm.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-02-27 17:16:12 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-02-27 17:16:12 +0100
commit1edf79fa551991574c620f7fca612d17504edc8e (patch)
tree9d7f9a2afedb6d95adcf95bec77ddaa71cc27696 /client/fsm.go
parentc447d0d60aa18bb6610bae970e6ace5e257cbe69 (diff)
Client FSM: Remove already connected log
Useless spam in the log file
Diffstat (limited to 'client/fsm.go')
-rw-r--r--client/fsm.go1
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
}