Skip to content

Commit

Permalink
Update core/node/vm_runner/src/impls/bwip.rs
Browse files Browse the repository at this point in the history
Co-authored-by: perekopskiy <53865202+perekopskiy@users.noreply.github.com>
  • Loading branch information
Artemka374 and perekopskiy authored Jul 4, 2024
1 parent 419a723 commit c39e7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/vm_runner/src/impls/bwip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ impl StateKeeperOutputHandler for BasicWitnessInputProducerOutputHandler {

let blob_url = self.object_store.put(l1_batch_number, &result).await?;

tracing::info!("Saved VM run data for L1 batch {:?}", l1_batch_number);
tracing::info!(%l1_batch_number, "Saved VM run data");

connection
.proof_generation_dal()
Expand Down

0 comments on commit c39e7a1

Please sign in to comment.