Skip to content

Commit 30565d7

Browse files
sarahchen6mcculls
andauthored
Update log warning message.
Co-authored-by: Stuart McCulloch <[email protected]>
1 parent a96a95c commit 30565d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/AgentJarIndex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) {
145145
int existingPrefixId = prefixTrie.apply(entryKey);
146146
if (-1 != existingPrefixId && prefixId != existingPrefixId) {
147147
log.warn(
148-
"Detected duplicate content under this directory: '{}'. Ensure your content is under a distinct directory.",
148+
"Detected duplicate content under '{}'. Ensure your content is under a distinct directory.",
149149
entryKey);
150150
}
151151
prefixTrie.put(entryKey, prefixId);

0 commit comments

Comments
 (0)