Merge branch 'feature/JAL-3551Pymol' into develop
[jalview.git] / src / jalview / structure / StructureSelectionManager.java
index 6319338..53644e9 100644 (file)
@@ -430,7 +430,8 @@ public class StructureSelectionManager
     } catch (SiftsException e)
     {
       isMapUsingSIFTs = false;
-      e.printStackTrace();
+      Cache.log.error("SIFTS mapping failed", e);
+      Cache.log.error("Falling back on Needleman & Wunsch alignment");
       siftsClient = null;
     }