]> git.donarmstrong.com Git - mothur.git/blobdiff - bayesian.cpp
added warning about merging with something above cutoff to cluster. working on chimeras
[mothur.git] / bayesian.cpp
index e59545a89a04031999885beb932dac5003ab6b8c..a83f1edd04c3f8ddfad13887c1dbb78c9341d4f1 100644 (file)
@@ -92,7 +92,7 @@ Classify(tfile, tempFile, method, ksize, 0.0, 0.0, 0.0, 0.0), kmerSize(ksize), c
                mothurOut("It took " + toString(time(NULL) - start) + " seconds get probabilities. "); mothurOutEndLine();
        }
        catch(exception& e) {
-               errorOut(e, "Bayesian", "getTaxonomy");
+               errorOut(e, "Bayesian", "Bayesian");
                exit(1);
        }
 }