Skip to content

Commit

Permalink
Add log
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 31, 2024
1 parent 30bc3fa commit fb07f85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public TestJobManager(String name) {
}

protected PrintJob createJob(final PrintJobEntry entry) {
System.out.println("createJob on " + name);
PrintJob job =
new PrintJob() {
@Override
Expand Down

0 comments on commit fb07f85

Please sign in to comment.