This commit is contained in:
Alexander Simmerl
2018-03-06 16:19:41 +01:00
parent 8e1856a90a
commit 2aa77025c3

View File

@ -314,7 +314,7 @@ func (pvss *PrivValidatorSocketServer) acceptConnections() {
return // Ignore error from listener closing.
}
pvss.Logger.Error(
"accpetConnections",
"acceptConnections",
"err", errors.Wrap(err, "failed to accept connection"),
)
continue