8000 Update internal-api/src/main/java/datadog/trace/bootstrap/config/prov… · DataDog/dd-trace-java@dd40811 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd40811

Browse files
mtoffl01mcculls
andauthored
Update internal-api/src/main/java/datadog/trace/bootstrap/config/provider/StableConfigSource.java
Co-authored-by: Stuart McCulloch <stuart.mcculloch@datadoghq.com>
1 parent b8283a9 commit dd40811

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
@@ -39,7 +39,7 @@ public final class StableConfigSource extends ConfigProvider.Source {
3939
cfg = StableConfigParser.parse(filePath);
4040
} catch (Throwable e) {
4141
log.warn(
42-
"Encountered the following exception when attempting to read stable configuration file at path: {}, dropping configs.\n",
42+
"Encountered the following exception when attempting to read stable configuration file at path: {}, dropping configs.",
4343
file,
4444
e);
4545
cfg = StableConfig.EMPTY;

0 commit comments

Comments
 (0)
0