Skip to content

Commit

Permalink
change error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
erokhinav committed Dec 5, 2024
1 parent 0a22178 commit 7bfe8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liteclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func OptionConnectionsNum(n int) Options {
for i := 1; i < n-1; i++ {
conn, err := NewConnection(context.Background(), connFirst.peerPublicKey, connFirst.host)
if err != nil {
slog.Warn("liteclient.reader() error", "err", err)
slog.Warn("liteclient clone connection error", err)
continue
}
c.connections = append(c.connections, conn)
Expand Down

0 comments on commit 7bfe8a6

Please sign in to comment.