Skip to content
Snippets Groups Projects
Commit 41768110 authored by Burcu Özkan's avatar Burcu Özkan
Browse files

Minor - name of the deadLetters

parent 1f7bf18c
Branches
No related merge requests found
......@@ -121,8 +121,8 @@ object DebuggingDispatcher {
def queryActorState(actorName: String, toGet: Boolean): Unit = {
actorMessagesMap.getActor(DispatcherUtils.getActorPath(actorName)) match {
case Some(actor) => queryActorState(actor.asInstanceOf[ActorCell], toGet: Boolean)
case None if actorName.equals("deadletters") =>
sendToDispatcher(SendResponse(ActionResponse(noStepNum, List(), List(State("deadletters", StateColor(0, 0, 0, 1), "No state")))))
case None if actorName.equals("deadLetters") =>
sendToDispatcher(SendResponse(ActionResponse(noStepNum, List(), List(State("deadLetters", StateColor(0, 0, 0, 1), "No state")))))
case None => printLog(CmdLineUtils.LOG_ERROR, "Cannot query actor state: " + actorName + " No such actor.")
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment