Skip to content

Commit

Permalink
try to catch more socket exceptions?
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed May 23, 2015
1 parent 01cd627 commit 5a62323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/socket/src/main/SocketMember.scala
Expand Up @@ -19,6 +19,8 @@ trait SocketMember extends Ordered[SocketMember] {
catch {
case _: java.nio.channels.ClosedChannelException =>
// catching because it's quite polluting the production logs
case e: Exception =>
loginfo(s"SocketMember.push ${e.getMessage}")
}
}

Expand Down

0 comments on commit 5a62323

Please sign in to comment.