X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setdircommand.cpp;h=ca8c62d43821652d6bf4ea868e9444d54c256ff4;hb=2c97dd48b8e27ee0a6a86c7a082f4c504c3357c6;hp=b0d12b87bc49f4d3b6e9cae63558ba622b199701;hpb=f6b5fea6e0fcc395235dfbfb466b9b6a031b540a;p=mothur.git diff --git a/setdircommand.cpp b/setdircommand.cpp index b0d12b8..ca8c62d 100644 --- a/setdircommand.cpp +++ b/setdircommand.cpp @@ -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;