mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-03-06 05:50:23 +00:00
Improve UDP lister name reability
This commit is contained in:
parent
8d1199e473
commit
b32a6c0263
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue