Commit b00133b
authored
Correct log message format in
* Correct log message format in AbstractDriverManagerConnectionSource
The debug log message in AbstractDriverManagerConnectionSource had 4 placeholders but was supplied with 5 arguments.
This corrects the format string to match the argument count, resolving the warning.
Fixes #3828
* Add changelog entryAbstractDriverManagerConnectionSource (#3831)1 parent 8ec5703 commit b00133b
File tree
2 files changed
+13
-1
lines changed- log4j-core/src/main/java/org/apache/logging/log4j/core/appender/db/jdbc
- src/changelog/.2.x.x
2 files changed
+13
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments