about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/ytc/src/downloader.rs
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-14 13:25:07 +0100
committerSoispha <soispha@vhack.eu>2024-01-14 13:25:07 +0100
commit2871dfbdb8818b125ade924547d5427b318a54e8 (patch)
tree524e90ca3e3299583ec435c5a384f7fa3652077f /sys/nixpkgs/pkgs/ytc/src/downloader.rs
parentfix(hm/files): Add manifest.json symlink (diff)
downloadnixos-config-2871dfbdb8818b125ade924547d5427b318a54e8.tar.gz
nixos-config-2871dfbdb8818b125ade924547d5427b318a54e8.zip
fix(sys/nixpkgs/ytc): Check if symlink path exists
Diffstat (limited to 'sys/nixpkgs/pkgs/ytc/src/downloader.rs')
-rw-r--r--sys/nixpkgs/pkgs/ytc/src/downloader.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nixpkgs/pkgs/ytc/src/downloader.rs b/sys/nixpkgs/pkgs/ytc/src/downloader.rs
index f1bbd16a..dddebe05 100644
--- a/sys/nixpkgs/pkgs/ytc/src/downloader.rs
+++ b/sys/nixpkgs/pkgs/ytc/src/downloader.rs
@@ -95,7 +95,7 @@ impl Downloader {
                     let itx = mem::take(&mut self.itx);
                     drop(itx)
                 }
-                debug!("Returning: {:#?}", ok);
+                debug!("Returning: {}|{}", ok.0.display(), ok.1.unwrap_or(0));
                 Some(ok)
             }
             Err(err) => {