JAL-629 Added --opened arg which is like limiting --all to only the previously -...
[jalview.git] / src / jalview / bin / Commands.java
index 679fbf4..50ff7c3 100644 (file)
@@ -693,6 +693,8 @@ public class Commands
         Cache.setPropsAreReadOnly(true);
         Cache.setProperty("EXPORT_EMBBED_BIOJSON", "false");
 
+        Console.info("Writing " + file);
+
         switch (type)
         {
 
@@ -838,6 +840,9 @@ public class Commands
         Console.debug("Setting backups to " + backups);
         Cache.applicationProperties.put(BackupFiles.ENABLED,
                 Boolean.toString(backups));
+
+        Console.info("Writing " + fileName);
+
         af.saveAlignment(fileName, ff);
         Console.debug("Returning backups to " + savedBackupsPreference);
         if (savedBackupsPreference != null)