Fix typo in logging format.
This commit is contained in:
parent
431a3c179f
commit
06a3acaaa0
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ public class RDFServiceLogger implements AutoCloseable {
|
|||
|
||||
if (traceRequested) {
|
||||
for (StackTraceElement ste : trace) {
|
||||
sb.append(String.format("\n line %d4, %s",
|
||||
sb.append(String.format("\n line %4d, %s",
|
||||
ste.getLineNumber(), ste.getClassName()));
|
||||
}
|
||||
sb.append("\n ...");
|
||||
|
|
Loading…
Add table
Reference in a new issue