Skip to content

Commit

Permalink
Fix task cache logging [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Nov 13, 2022
1 parent c655b9f commit ed37c4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ class TaskProcessor {
task.exitStatus = exitCode
}

log.info "[${task.hashLog}] Cached process > ${safeTaskName(task)}"
log.info "[${task.hashLog}] Cached process > ${task.name}"
// -- notify cached event
if( entry )
session.notifyTaskCached(new CachedTaskHandler(task,entry.trace))
Expand Down

0 comments on commit ed37c4f

Please sign in to comment.