Skip to content

Commit

Permalink
sync: Print mtime in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Aug 25, 2024
1 parent e8b7cf9 commit 6ea5944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ fn download_file(
}
}
};
debug!("Get mtime to set for {:?}: {}", path, mtime);

let tmp_path = cwd.join(format!(".tmp.{}", item.name));
{
Expand Down

0 comments on commit 6ea5944

Please sign in to comment.