diff --git a/src/job.rs b/src/job.rs index 41bcd5ee4..41fb577cf 100644 --- a/src/job.rs +++ b/src/job.rs @@ -1035,10 +1035,7 @@ fn job_perform(context: &Context, thread: Thread, probe_network: bool) { "{} removes job {} as it failed with error {:?}", thread, job, err ); } else { - info!( - context, - "{} removes job {} as it cannot be retried", thread, job - ); + info!(context, "{} removes job {} as it succeeded", thread, job); } job.delete(context);