Skip to content

Commit 10ea6d8

Browse files
committed
outdirWarn already adds dot to the end
1 parent 892c080 commit 10ea6d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

profiler/src/main/java/com/splunk/opentelemetry/profiler/JfrActivator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private boolean checkOutputDir(Path outputDir) {
100100
}
101101

102102
if (!Files.isWritable(outputDir)) {
103-
outdirWarn(outputDir, "exists but is not writable.");
103+
outdirWarn(outputDir, "exists but is not writable");
104104
return false;
105105
}
106106

0 commit comments

Comments
 (0)