]> git.donarmstrong.com Git - mothur.git/blobdiff - setdircommand.cpp
last checkin for 1.25.1
[mothur.git] / setdircommand.cpp
index b0d12b87bc49f4d3b6e9cae63558ba622b199701..ca8c62d43821652d6bf4ea868e9444d54c256ff4 100644 (file)
@@ -92,6 +92,8 @@ SetDirectoryCommand::SetDirectoryCommand(string option)  {
                        if (temp == "not found") {  debug = false;  nodebug=true; }
             else {  debug = m->isTrue(temp); }
             m->debug = debug;
+            
+            if (debug) { m->mothurOut("Setting [DEBUG] flag.\n"); }
                                
                        if ((input == "") && (output == "") && (tempdefault == "") && nodebug) {        
                                m->mothurOut("You must provide either an input, output, tempdefault or debug for the set.outdir command."); m->mothurOutEndLine(); abort = true;