Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
[BZ 1117449] Add logging to NativeSystemInfo to detect why Java platf…
Browse files Browse the repository at this point in the history
…orm was selected
  • Loading branch information
burmanm committed Aug 5, 2014
1 parent 33ce700 commit 2a09fd4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ public OperatingSystemType getOperatingSystemType() {
return OperatingSystemType.BSD;
}

log.warn("Could not parse operating system name from " + os.getName() + ", returning Java platform");

return OperatingSystemType.JAVA;
}

Expand Down

0 comments on commit 2a09fd4

Please sign in to comment.