6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-16 11:58:24 +00:00

Code cleanup (#127)

Co-authored-by: James Mills <prologic@shortcircuit.net.au>
Reviewed-on: https://git.mills.io/saltyim/saltyim/pulls/127
This commit is contained in:
James Mills 2022-04-02 16:26:33 +00:00
parent 8a7fb8686c
commit 01b1408e62

@ -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()
}