Merge branch 'develop' into features/JAL-518_justify_seqs_in_region
[jalview.git] / src / jalview / schemes / ColourSchemeLoader.java
index 061ccd4..742e31d 100644 (file)
@@ -117,8 +117,8 @@ public class ColourSchemeLoader
     } catch (Exception ex)
     {
       // used to try to parse a V1 Castor generated colours file
-      System.err.println("Failed to read colour scheme from " + filePath
-              + " : " + ex.toString());
+      jalview.bin.Console.errPrintln("Failed to read colour scheme from "
+              + filePath + " : " + ex.toString());
     }
 
     return ucs;