Skip to content

Commit

Permalink
SECURITY-3109
Browse files Browse the repository at this point in the history
  • Loading branch information
ampuscas authored and julieheard committed Aug 4, 2023
1 parent 2369868 commit 6a3fb43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ public InputStream getLogInputStream() throws IOException {
}
}

String message = "No such file: " + logFile;
String message = "No such file: " + logFile.getName();
return new ByteArrayInputStream(message.getBytes(StandardCharsets.UTF_8));
}

Expand Down

0 comments on commit 6a3fb43

Please sign in to comment.