JAL-1479 revise warning message to suit all contexts
[jalview.git] / src / jalview / ws / sifts / SiftsClient.java
index e85edd2..acca50f 100644 (file)
@@ -472,8 +472,7 @@ public class SiftsClient implements SiftsClientI
 
     if (mapping.isEmpty())
     {
-      throw new SiftsException(
-              "SIFTS mapping failed - falling back on Needleman-Wunsch");
+      throw new SiftsException("SIFTS mapping failed");
     }
 
     Integer[] keys = mapping.keySet().toArray(new Integer[0]);