1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

cmd, pkg: add line breaks to several go source files

This commit is contained in:
James Hillyerd
2020-07-26 11:59:27 -07:00
parent f0bc5741f3
commit 316a732e7f
3 changed files with 17 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ func (s *Server) startSession(id int, conn net.Conn) {
}
break
}
// not an EOF
ssn.logger.Warn().Msgf("Connection error: %v", err)
if netErr, ok := err.(net.Error); ok {