Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Feb 5, 2024
2 parents 4a52f90 + 254724a commit 4b04d3e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@ void exec() throws IOException {
);
Logger.info(
this,
"Printed: %s => %s", source, this.printOutputDir.toPath().resolve(relative)
"Printed: %[file]s (%[size]s) => %[file]s (%[size]s)",
source,
source.toFile().length(),
this.printOutputDir.toPath().resolve(relative),
this.printOutputDir.toPath().resolve(relative).toFile().length()
);
return 1;
},
Expand Down

0 comments on commit 4b04d3e

Please sign in to comment.