JAL-3628 Even more Cache.log.debug statements
[jalview.git] / src / jalview / gui / AlignFrame.java
index 5b7a201..9658abf 100644 (file)
@@ -1301,7 +1301,7 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
 
             if (backupfiles != null)
             {
-              Cache.log.debug("ALIGNFRAME using temp file "
+              Cache.log.debug("ALIGNFRAME about to write to temp file "
                       + backupfiles.getTempFilePath());
             }
 
@@ -1335,7 +1335,7 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
           {
             backupfiles.setWriteSuccess(lastSaveSuccessful);
             Cache.log.debug("ALIGNFRAME writing temp file was "
-                    + (lastSaveSuccessful ? "" : "not ") + "successful");
+                    + (lastSaveSuccessful ? "" : "NOT ") + "successful");
             // do the backup file roll and rename the temp file to actual file
             Cache.log.debug(
                     "ALIGNFRAME about to rollBackupsAndRenameTempFile");