enable translation by default
This commit is contained in:
parent
2c9b1f638a
commit
c6066d166b
|
@ -40,7 +40,7 @@ public class Pdh extends Win32 {
|
||||||
static {
|
static {
|
||||||
final String prop = "sigar.pdh.enableTranslation";
|
final String prop = "sigar.pdh.enableTranslation";
|
||||||
if (SigarLoader.IS_WIN32 &&
|
if (SigarLoader.IS_WIN32 &&
|
||||||
"true".equals(System.getProperty(prop)))
|
!"false".equals(System.getProperty(prop)))
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
enableTranslation();
|
enableTranslation();
|
||||||
|
|
Loading…
Reference in New Issue