Skip to content

Commit

Permalink
change message
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 28, 2024
1 parent 140a06a commit 22a9973
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 @@ -53,7 +53,7 @@ pub async fn single_thread_decompress_extract(tgz_file: &Path, pool: &Graph) ->
info!("V5 transactions found: {}", found_count);
info!("V5 transactions processed: {}", created_count);
if found_count != created_count {
error!("transactions loaded don't match transactions extracted");
warn!("transactions loaded don't match transactions extracted, perhaps previously loaded?");
}
Ok(created_count)
}
Expand Down

0 comments on commit 22a9973

Please sign in to comment.