Mention server in worker log messages

This commit is contained in:
Joscha 2023-08-17 17:30:48 +02:00
parent 76ab00c47a
commit b59b4f8463
3 changed files with 5 additions and 5 deletions

View file

@ -85,7 +85,7 @@ impl RunInProgress {
let run = match result {
Ok(outcome) => outcome,
Err(e) => {
error!("Error during run:\n{e:?}");
error!("Error during run for {}:\n{e:?}", server.name);
self.log_stderr("Internal error:".to_string());
self.log_stderr(format!("{e:?}"));
Some(Finished {