Switching to raw SLF4J on internals
This commit is contained in:
parent
f9f65a7ddd
commit
40e40a578a
39 changed files with 253 additions and 247 deletions
|
|
@ -135,7 +135,7 @@ trait MessageDispatcher extends MailboxFactory with Logging {
|
|||
ActorRegistry.actorFor(uuid) match {
|
||||
case Some(actor) => actor.stop
|
||||
case None =>
|
||||
log.error("stopAllLinkedActors couldn't find linked actor: " + uuid)
|
||||
log.slf4j.error("stopAllLinkedActors couldn't find linked actor: " + uuid)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue