Skip to content

Commit

Permalink
Dial back the noisiness of the connections logging
Browse files Browse the repository at this point in the history
  • Loading branch information
n1rvana committed Aug 10, 2016
1 parent 32cca57 commit 54f68e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/connection.go
Expand Up @@ -222,7 +222,7 @@ func (c *Connection) runLoop() {

func (c *Connection) setNotes(format string, v ...interface{}) {
c.notes = fmt.Sprintf(format, v...)
significant(c.peer.PeerIdent(), c.notes)
notes(c.peer.PeerIdent(), c.notes)
}

// dialLoop: dials the connection until giving up. Called in offline or initializing states.
Expand Down

0 comments on commit 54f68e8

Please sign in to comment.