include agent label in turn failure notification body

This commit is contained in:
damocles 2026-05-16 20:28:45 +02:00
parent 1023acf69f
commit 824acee134
2 changed files with 16 additions and 10 deletions

View file

@ -158,7 +158,8 @@ async fn serve(
ManagerResponse::Ok
| ManagerResponse::Status { .. }
| ManagerResponse::QuestionQueued { .. }
| ManagerResponse::Recent { .. },
| ManagerResponse::Recent { .. }
| ManagerResponse::Logs { .. },
) => {
tracing::warn!("recv produced unexpected response kind");
}