Skip to content

Commit

Permalink
Fixing compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
msilb committed Feb 18, 2015
1 parent 7960028 commit e63a8d3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ class AccountEventListener(env: Environment = SandBox, authTokenOpt: Option[Stri
case ("heartbeat", obj) =>
val h = obj.convertTo[Heartbeat]
log.debug("Received heartbeat: {}", h)
case (unknown, _) =>
log.warning("Unknown event received: {}", unknown)
}
}
case other =>
Expand Down

0 comments on commit e63a8d3

Please sign in to comment.