Improve debug output

This commit is contained in:
Patrick Lühne 2019-03-02 01:37:12 +01:00
parent 3dd4c799d3
commit 8c149bc2f8
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ impl BenchmarkRepository
Err(_) => return true,
};
info!("job {} ({}) finished", job_id, job.key);
info!("job {} finished ({})", job_id, job.key);
let remote_commit = match Self::tip_commit(&self.repository, true, "results")
{