X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothur.h;h=c5afe86a79a9e92c789735ea3b1be3d33accf66a;hb=952a85d59a12e664f5efa6d01681be189e4fff9c;hp=ed206af809e4f369b12015ed0406966d12992a72;hpb=30b3ffcd1cfd08e7144ae721bb53e27eb3f7a5d1;p=mothur.git diff --git a/mothur.h b/mothur.h index ed206af..c5afe86 100644 --- a/mothur.h +++ b/mothur.h @@ -257,7 +257,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@umich.edu, and be sure to include the mothur.logFile with your inquiry."); mothurOutEndLine(); }