]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.h
added list.seqs command
[mothur.git] / mothur.h
index 4d22e98e2a2bb3eac4dcbbe98b81694b58a00bcb..5d9dc96bc65428391374abb47e3d8c61e114000b 100644 (file)
--- a/mothur.h
+++ b/mothur.h
@@ -231,7 +231,7 @@ inline void errorOut(exception& e, string object, string function) {
        
                mothurOut("Error: ");
                mothurOut(toString(e.what()));
-               mothurOut(" has occurred in the " + object + " class function " + function + "Please contact Pat Schloss at pschloss@microbio.umass.edu, and be sure to include the mothur.logFile with your inquiry.");
+               mothurOut(" has occurred in the " + object + " class function " + function + "Please contact Pat Schloss at pschloss@microbio.umass.edu, and be sure to include the mothur.logFile with your inquiry.");
                mothurOutEndLine();
        
 }