format source with scalafmt
This commit is contained in:
parent
0f40491d42
commit
ce404e4f53
1669 changed files with 43208 additions and 35404 deletions
|
|
@ -37,7 +37,8 @@ class DistributedData(system: ExtendedActorSystem) extends Extension {
|
|||
*/
|
||||
val replicator: ActorRef =
|
||||
if (isTerminated) {
|
||||
system.log.warning("Replicator points to dead letters: Make sure the cluster node is not terminated and has the proper role!")
|
||||
system.log.warning(
|
||||
"Replicator points to dead letters: Make sure the cluster node is not terminated and has the proper role!")
|
||||
system.deadLetters
|
||||
} else {
|
||||
system.systemActorOf(Replicator.props(settings), ReplicatorSettings.name(system, None))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue