altoslib: Set default logging directory to $HOME/AltusMetrum
authorKeith Packard <keithp@keithp.com>
Mon, 31 Aug 2020 22:03:57 +0000 (15:03 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 26 Sep 2020 03:07:39 +0000 (20:07 -0700)
Change from ~/TeleMetrum

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosPreferences.java

index 00b4c4b30829e3cbd9b774283bba8efba4efab4c..2fda9621e70c0fd09b3c4dc8ff278050a03ad936 100644 (file)
@@ -72,8 +72,8 @@ public class AltosPreferences {
        /* Launcher channel preference name */
        public final static String launcherChannelPreference = "LAUNCHER-CHANNEL";
 
-       /* Default logdir is ~/TeleMetrum */
-       public final static String logdirName = "TeleMetrum";
+       /* Default logdir is ~/AltusMetrum */
+       public final static String logdirName = "AltusMetrum";
 
        /* Log directory */
        public static File logdir;