Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Zschimmer committed Nov 7, 2023
1 parent a56e82e commit 4b50867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private trait PseudoAgentRoute extends SessionRoute with EntitySizeLimitProvider
}
.start
.as(ServiceUnavailable -> Problem(
"Subagent becomes a fresh Agent Director - try again after a second")))
"Subagent is becoming a fresh Agent Director - try again after a second")))
}

object PseudoAgentRoute
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ with ProvideActorSystem
command))
.await(99.s)
assert(checked == Left(Problem(
"Subagent becomes a fresh Agent Director - try again after a second")))
"Subagent is becoming a fresh Agent Director - try again after a second")))
}
val result = subagentTerminated.await(99.s)
assert(result == Left(BareSubagent.StartAsAgentDirector))
Expand Down

0 comments on commit 4b50867

Please sign in to comment.