Improve debug output
This commit is contained in:
parent
3dd4c799d3
commit
8c149bc2f8
@ -436,7 +436,7 @@ impl BenchmarkRepository
|
|||||||
Err(_) => return true,
|
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")
|
let remote_commit = match Self::tip_commit(&self.repository, true, "results")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user