diff --git a/src/lib.rs b/src/lib.rs index 17be178..a5db92d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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") {