Skip to content

Commit

Permalink
Update crates/orchestrator/src/jobs/proving_job/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mohit Dhattarwal <48082542+Mohiiit@users.noreply.github.com>
  • Loading branch information
heemankv and Mohiiit authored Oct 10, 2024
1 parent b137c76 commit 14f70ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/orchestrator/src/jobs/proving_job/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl Job for ProvingJob {
Ok(JobVerificationStatus::Verified)
}
TaskStatus::Failed(err) => {
tracing::info!(log_type = "failed", category = "proving", function_type = "verify_job", job_id = ?job.id, block_no = %internal_id, "Proving job verification completed.");
tracing::info!(log_type = "failed", category = "proving", function_type = "verify_job", job_id = ?job.id, block_no = %internal_id, "Proving job verification failed.");
Ok(JobVerificationStatus::Rejected(format!(
"Prover job #{} failed with error: {}",
job.internal_id, err
Expand Down

0 comments on commit 14f70ee

Please sign in to comment.