We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892c080 commit 10ea6d8Copy full SHA for 10ea6d8
1 file changed
profiler/src/main/java/com/splunk/opentelemetry/profiler/JfrActivator.java
@@ -100,7 +100,7 @@ private boolean checkOutputDir(Path outputDir) {
100
}
101
102
if (!Files.isWritable(outputDir)) {
103
- outdirWarn(outputDir, "exists but is not writable.");
+ outdirWarn(outputDir, "exists but is not writable");
104
return false;
105
106
0 commit comments