Skip to content

Commit 8a10d25

Browse files
raphizschauder
authored andcommitted
DATAJDBC-610 - Provide arguments for log message in example.
Original pull request: #244.
1 parent 185b543 commit 8a10d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/jdbc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ public ApplicationListener<BeforeSaveEvent<Object>> loggingSaves() {
837837
return event -> {
838838
839839
Object entity = event.getEntity();
840-
LOG.info("{} is getting saved.");
840+
LOG.info("{} is getting saved.", entity);
841841
};
842842
}
843843
----

0 commit comments

Comments
 (0)