Fix log singleton message #26329
This commit is contained in:
parent
53a6614444
commit
66a2074a8b
1 changed files with 1 additions and 1 deletions
|
|
@ -805,7 +805,7 @@ class ClusterSingletonManager(
|
||||||
}
|
}
|
||||||
|
|
||||||
def gotoStopping(singleton: ActorRef): State = {
|
def gotoStopping(singleton: ActorRef): State = {
|
||||||
logInfo("Singleton manager starting singleton actor [{}]", singleton.path)
|
logInfo("Singleton manager stopping singleton actor [{}]", singleton.path)
|
||||||
singleton ! terminationMessage
|
singleton ! terminationMessage
|
||||||
goto(Stopping) using StoppingData(singleton)
|
goto(Stopping) using StoppingData(singleton)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue