diff options
Diffstat (limited to 'src/git/mod.rs')
| -rw-r--r-- | src/git/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/mod.rs b/src/git/mod.rs index b3fee69..1255b6f 100644 --- a/src/git/mod.rs +++ b/src/git/mod.rs | |||
| @@ -253,7 +253,7 @@ pub fn update_ref(repo_path: &Path, ref_name: &str, commit_hash: &str) -> Result | |||
| 253 | return Err(format!("git update-ref failed: {}", stderr)); | 253 | return Err(format!("git update-ref failed: {}", stderr)); |
| 254 | } | 254 | } |
| 255 | 255 | ||
| 256 | info!( | 256 | debug!( |
| 257 | "Updated ref {} to {} in {}", | 257 | "Updated ref {} to {} in {}", |
| 258 | ref_name, | 258 | ref_name, |
| 259 | commit_hash, | 259 | commit_hash, |