JAL-3321 Last pieces of the getdown-launcher.jar upgrade puzzle
[jalview.git] / src / jalview / bin / Cache.java
index f4b4aac..8418d68 100755 (executable)
@@ -1094,12 +1094,12 @@ public class Cache
             + System.getProperty("os.version")
             + (jalview.bin.Cache.getDefault("VERSION", "TEST")
                     .equals("DEVELOPMENT")
-                            ? "\nJava path:"
+                                                               ? "\nGetdown appdir: " + System.getProperty("getdownappdir") + "\nJava path: "
                                     + System.getProperty(
                                             "java.home")
                                     + File.separator + "bin"
                                     + File.separator + "java"
-                            : "");
+                                                               : "");
   }
 
   /**