RayRoestenburg / akka-in-action

Accompanying source code for akka in action
https://www.manning.com/books/akka-in-action
MIT License
750 stars 423 forks source link

Chapter 6 - Remoting. RemoteBoxOfficeForwarder.scala Unformatted log.info #94

Closed vial0ft closed 3 years ago

vial0ft commented 3 years ago

RemoteBoxOfficeForwarder.scala:42

log.info("Actor $actorRef terminated.")

Looks like s before msg has been forgotten:

log.info(s"Actor $actorRef terminated.")