X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=fileoutput.cpp;h=74b53352a8a0d4d177635a9b4d52370030b06f45;hb=d873f7bf94309317a08c8757e0d0d60b06fbd473;hp=9c1f9c0f0c61fe3b27d84f699482d8708ad1e660;hpb=51cf89e90eef8b300c2786eb1560dd89e6e83445;p=mothur.git diff --git a/fileoutput.cpp b/fileoutput.cpp index 9c1f9c0..74b5335 100644 --- a/fileoutput.cpp +++ b/fileoutput.cpp @@ -90,7 +90,7 @@ void ThreeColumnFile::resetFile(){ renameOk = rename(outName.c_str(), inName.c_str()); //checks to make sure user was able to rename and remove successfully - if ((renameOk != 0)) { cout << "Unable to rename necessary files." << endl; cout << outName << " g " << inName << endl;} + if ((renameOk != 0)) { cout << "Unable to rename necessary files." << endl; } } catch(exception& e) {