From 01b1408e62d232d16cd0482aee506a152cd16ec5 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sat, 2 Apr 2022 16:26:33 +0000 Subject: [PATCH] Code cleanup (#127) Co-authored-by: James Mills Reviewed-on: https://git.mills.io/saltyim/saltyim/pulls/127 --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 90be6f9..b120c47 100644 --- a/client.go +++ b/client.go @@ -103,7 +103,7 @@ func NewClient(me *Addr, options ...ClientOption) (*Client, error) { } if cli.state == nil { - log.Warn("no state loaded, using an empty state") + log.Debugf("no state loaded, using an empty state") cli.state = NewState() }