Skip to content

Commit

Permalink
minor log message improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadedin committed Dec 8, 2024
1 parent e87b86d commit 33d8d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/bpipe/MultiPipelineInput.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class MultiPipelineInput extends PipelineInput implements Iterable {
mp.currentFilter = this.currentFilter
if(result instanceof PipelineInput)
mp.extensionPrefix = result.extensionPrefix
log.info("My resolved inputs: " + this.resolvedInputs.hashCode() + " child resolved inputs " + mp.resolvedInputs.hashCode())
log.info("Resolved inputs: " + this.resolvedInputs.hashCode() + " child resolved inputs " + mp.resolvedInputs.hashCode())
return mp
}
}
Expand Down

0 comments on commit 33d8d46

Please sign in to comment.