summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-02-09 17:58:19 +0100
committerJesper Jensen <jesper@jnsn.dev>2026-02-09 17:58:19 +0100
commit18dc559d0e45c43faa3ed9de8f343b16248aa9f4 (patch)
tree567e2c9679e4070ed3ca446e666f98a922247e5b
parent8254289c4f4ab69e23dedb51976e2632b757afc4 (diff)
Add print for debugging
-rw-r--r--src/updater.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/updater.rs b/src/updater.rs
index b9dc555..866a771 100644
--- a/src/updater.rs
+++ b/src/updater.rs
@@ -45,6 +45,8 @@ pub fn update_images(now: &DateTime<Utc>, db: &dyn Db, reg: &dyn Registries, fil
},
};
+ println!("Image {} with id {}", image_record.image, image_record.id);
+
file_idxs.push(file_idx);
parsed.push(img);
images.push(image_record);