]> git.donarmstrong.com Git - mothur.git/blobdiff - alignment.cpp
added logfile feature
[mothur.git] / alignment.cpp
index d64d8b20bb61d7a1718c5965a41729b0b6640255..6014506f5e5f3065b13328b4205c972d4b78334a 100644 (file)
@@ -96,11 +96,7 @@ Alignment::~Alignment(){
                }
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the Alignment class Function ~Alignment. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }
-       catch(...) {
-               cout << "An unknown error has occurred in the Alignment class function ~Alignment. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               errorOut(e, "Alignment", "~Alignment");
                exit(1);
        }
 }