Skip to content

Commit

Permalink
Merge branch 'main' into windows
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates authored Jan 16, 2024
2 parents ef1acec + ef363a1 commit d589e66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void write(final JsonSchema<?> schema) {
type.getCanonicalName() == null
? type.getSimpleName()
: type.getCanonicalName();
LOGGER.info("Wrote {}'s schema to {}", name, path);
LOGGER.info("Wrote {}'s schema to {}", name, path.toUri());
} catch (final Exception e) {
throw new GenerateSchemaException("Failed to write schema for " + type, e);
}
Expand Down

0 comments on commit d589e66

Please sign in to comment.