From 8c149bc2f8235bb6922d70238366ef2548d91f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Sat, 2 Mar 2019 01:37:12 +0100 Subject: [PATCH] Improve debug output --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {