mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
Improve UDP lister name reability
This commit is contained in:
parent
8d1199e473
commit
b32a6c0263
|
|
@ -14,7 +14,7 @@ final case class Hello()
|
|||
final case class HelloFriend(next: ActorRef)
|
||||
|
||||
class UdpListener(nextActorProps : Props, nextActorName : String, address : InetAddress, port : Int) extends Actor {
|
||||
private val log = org.log4s.getLogger
|
||||
private val log = org.log4s.getLogger(self.path.name)
|
||||
|
||||
override def supervisorStrategy = OneForOneStrategy() {
|
||||
case _ => Stop
|
||||
|
|
|
|||
Loading…
Reference in a new issue