JAL-3628 Even more Cache.log.debug statements
[jalview.git] / src / jalview / gui / AlignFrame.java
index 4810a96..79c67ac 100644 (file)
@@ -1208,7 +1208,7 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
           PrintWriter out = new PrintWriter(
                   new FileWriter(backupfiles.getTempFilePath()));
 
-          Cache.log.debug("ALIGNFRAME using temp file "
+          Cache.log.debug("ALIGNFRAME about to write to temp file "
                   + backupfiles.getTempFilePath());
 
           out.print(output);
@@ -1238,7 +1238,7 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
 
         backupfiles.setWriteSuccess(success);
         Cache.log.debug("ALIGNFRAME writing temp file was "
-                + (success ? "" : "not ") + "successful");
+                + (success ? "" : "NOT ") + "successful");
         // do the backup file roll and rename the temp file to actual file
         Cache.log.debug("ALIGNFRAME about to rollBackupsAndRenameTempFile");
         success = backupfiles.rollBackupsAndRenameTempFile();