fix logging

This commit is contained in:
Stephan Dilly 2020-08-28 23:54:45 +02:00
parent 40e9194b5d
commit 726928b7ba

View file

@ -9,7 +9,7 @@ pub fn amend(
id: CommitId,
msg: &str,
) -> Result<CommitId> {
scope_time!("commit");
scope_time!("amend");
let repo = repo(repo_path)?;
let commit = repo.find_commit(id.into())?;