Skip to content

Commit 92a58c9

Browse files
committed
Fixed classpath config source
1 parent 228e980 commit 92a58c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/main/java/io/scalecube/config/audit/Slf4JConfigEventListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void onEvents(Collection<ConfigEvent> events) {
2929
sb.append(originAsString(event));
3030
});
3131
sb.append("\n").append("]");
32-
LOGGER.info("Config properties: {}", sb);
32+
LOGGER.info(sb.toString());
3333
}
3434
}
3535

0 commit comments

Comments
 (0)