Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 28, 2024
1 parent 28bf9d5 commit 9714bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json_rescue_v5_load.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 9714bce

Please sign in to comment.