JAL-3609 Added a -DforceHiDPISetting=true option mainly for testing, and updated...
[jalview.git] / src / jalview / bin / Launcher.java
index 5e6e48c..8b07142 100644 (file)
@@ -153,7 +153,10 @@ public class Launcher
       }
     }
 
+    System.out.println("About to run HiDPISetting.getScalePropertyArg()");
     String scalePropertyArg = HiDPISetting.getScalePropertyArg();
+    System.out.println(
+            "Ran HiDPISetting.getScalePropertyArg() = " + scalePropertyArg);
     if (scalePropertyArg != null)
     {
       command.add(scalePropertyArg);