diff --git a/src/lib.rs b/src/lib.rs index 2d5a873..ffc33a0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -508,7 +508,7 @@ impl BenchmarkRepository Err(error) => panic!("could not obtain tree: {}", error), }; - trace!("Created tree object “{}”", new_tree_object_id); + trace!("created tree object “{}”", new_tree_object_id); let author = job_commit.author(); let committer = job_commit.committer(); @@ -523,7 +523,7 @@ impl BenchmarkRepository let push_refspec = format!("refs/remotes/origin/results:refs/heads/results"); - trace!("Created commit “{}”, using refspec “{}”", commit_id, push_refspec); + trace!("created commit “{}”, using refspec “{}”", commit_id, push_refspec); let mut remote_callbacks = RemoteCallbacks::new(); remote_callbacks.credentials(