Skip to content

Commit

Permalink
silent more socket exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Oct 20, 2012
1 parent 79bf9de commit 5ee621d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/AkkaLogger.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import akka.actor._

class AkkaLogger extends Actor with StdOutLogger {

private val closedSocketMessage = "Getting messages on a supposedly closed socket? frame: EOF"
private val closedSocketMessage = "Getting messages on a supposedly closed socket?"

private var closedSocketCount = 0
private val closedSocketBatch = 1000
Expand Down

0 comments on commit 5ee621d

Please sign in to comment.