JAL-4019 Make diagnostic message debug level
authorBen Soares <b.soares@dundee.ac.uk>
Mon, 14 Nov 2022 09:07:32 +0000 (09:07 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Mon, 14 Nov 2022 09:07:32 +0000 (09:07 +0000)
src/jalview/util/Comparison.java

index af6052c..68988c3 100644 (file)
@@ -326,7 +326,7 @@ public class Comparison
 
     if (Cache.getDefault("NUCLEOTIDE_AMBIGUITY_DETECTION", true))
     {
-      Console.info("Performing new nucleotide detection routine");
+      Console.debug("Performing new nucleotide detection routine");
       if (allCount > NUCLEOTIDE_COUNT_SHORT_SEQUENCE)
       {
         // a long sequence.
@@ -365,7 +365,7 @@ public class Comparison
     }
     else
     {
-      Console.info("Performing old nucleotide detection routine");
+      Console.debug("Performing old nucleotide detection routine");
       /*
        * Check for nucleotide count > 85% of total count (in a form that evades
        * int / float conversion or divide by zero).