This commit is contained in:
Alexander Simmerl 2018-03-06 16:19:41 +01:00
parent 8e1856a90a
commit 2aa77025c3
No known key found for this signature in database
GPG Key ID: 4694E95C9CC61BDA
1 changed files with 1 additions and 1 deletions

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