We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e06090 commit 96316deCopy full SHA for 96316de
src/repo_tools/mod.rs
@@ -121,7 +121,7 @@ async fn get_file_cached<P: AsRef<Path>>(
121
let temp_file =
122
primitives::download_file(metadata, &repo_url, access_token, randomizer_bytes).await?;
123
if cache_file.is_file() {
124
- debug!("cache file {:?} is already written from other process", &cache_file);
+ info!("cache file {:?} is already written from other process", &cache_file);
125
} else {
126
fs::rename(&temp_file.path(), cache_file.as_path())
127
.map_err(|e| {
0 commit comments