Skip to content

Commit

Permalink
qwf
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed Jul 22, 2024
1 parent 39b3752 commit 1e37b32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ import pekko.annotation.InternalApi
try {
f.apply(event)
} catch {
case _: Exception => {
println("roiocam: got exception on apply filters")
case e: Exception => {
println(s"roiocam: got exception on apply filters: ${e.getMessage}, ${e.getCause}")
false
}
})
Expand Down

0 comments on commit 1e37b32

Please sign in to comment.