]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.h
finished chimeraslayer method and added get.listcount command
[mothur.git] / mothur.h
index 836e0660dae78b87fe71e20bc95f59506c81d5dd..84dbdb3dee2879829909b38654c80057d9d5fdb5 100644 (file)
--- a/mothur.h
+++ b/mothur.h
@@ -267,7 +267,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@umich.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 mothur.bugs@gmail.com, and be sure to include the mothur.logFile with your inquiry.");
                mothurOutEndLine();
        
 }