Skip to content

Commit

Permalink
Fixing variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jan 16, 2021
1 parent 2650208 commit 0b7dcdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ protected void doApply(Plugin.Engine.Source source, Plugin.Engine.Target target)
if (transformers.isEmpty()) {
getLogger().warn("No transformations are specified or discovered. Skipping plugin application.");
} else {
getLogger().debug("{} plugins are being applied via configuration and discovery", transformers.size());
getLogger().debug("{} plugins are being applied via configuration and discovery", transformations.size());
}
List<Plugin.Factory> factories = new ArrayList<Plugin.Factory>(transformations.size());
for (Transformation transformation : transformations) {
Expand Down

0 comments on commit 0b7dcdf

Please # to comment.