From 9714bce88509c19198b53fc10624914685fc5e9e Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Wed, 27 Nov 2024 21:43:00 -0500 Subject: [PATCH] log --- src/json_rescue_v5_load.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json_rescue_v5_load.rs b/src/json_rescue_v5_load.rs index 11b7943..b6befcd 100644 --- a/src/json_rescue_v5_load.rs +++ b/src/json_rescue_v5_load.rs @@ -32,7 +32,7 @@ pub async fn single_thread_decompress_extract(tgz_file: &Path, pool: &Graph) -> let archive_id = j.file_name().unwrap().to_str().unwrap(); let complete = queue::are_all_completed(pool, archive_id).await?; if complete { - trace!("skip parsing, this file was loaded successfully"); + trace!("skip parsing {}, this file was loaded successfully", archive_id); continue; }