X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=setlogfilecommand.cpp;h=329fd1fdbeb28ba673c883eeb6ea36fe059c64fc;hp=41c8e743122399563b8367fda6a9d4a94f9bda86;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hpb=b25ede2ad307ae76f8a610443e0ec3ec69621ce7 diff --git a/setlogfilecommand.cpp b/setlogfilecommand.cpp index 41c8e74..329fd1f 100644 --- a/setlogfilecommand.cpp +++ b/setlogfilecommand.cpp @@ -91,7 +91,7 @@ int SetLogFileCommand::execute(){ if (directory == "") { commandFactory->setLogfileName(name, append); }else if (m->dirCheck(directory)) { - commandFactory->setLogfileName(name, append); + commandFactory->setLogfileName(name, append); } return 0;