Skip to content

Commit

Permalink
Update PlatformDependent.java
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Feb 11, 2020
1 parent 5b77644 commit 66baf0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public Set<String> run() {
} catch (SecurityException e) {
logger.debug("Unable to read {}", osReleaseFileName, e);
} catch (IOException e) {
logger.debug("Error while read content of {}", osReleaseFileName, e);
logger.debug("Error while reading content of {}", osReleaseFileName, e);
} finally {
if (reader != null) {
try {
Expand Down

0 comments on commit 66baf0a

Please sign in to comment.