Skip to content

Commit 13bef8d

Browse files
committed
remove extra placeholder in string message when printing exception
1 parent 5104ac5 commit 13bef8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-api/src/main/java/datadog/trace/bootstrap/config/provider/StableConfigSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class StableConfigSource extends ConfigProvider.Source {
4646
log.warn(
4747
"YAML mapping error in stable configuration file {}: {}", filePath, e.getMessage());
4848
} else if (log.isDebugEnabled()) {
49-
log.error("Unexpected error while reading stable configuration file {}: {}", filePath, e);
49+
log.error("Unexpected error while reading stable configuration file {}: ", filePath, e);
5050
} else {
5151
log.error(
5252
"Unexpected error while reading stable configuration file {}: {}",

0 commit comments

Comments
 (0)