X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getlineagecommand.cpp;h=005a89f2ebbee9e1b4c37567b6ce382979c90226;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=25a68be75c950de1ebad3afe6955cf308ad0ce0b;hpb=d3e27ba055f6765044b885cded5302d9cece161a;p=mothur.git diff --git a/getlineagecommand.cpp b/getlineagecommand.cpp index 25a68be..005a89f 100644 --- a/getlineagecommand.cpp +++ b/getlineagecommand.cpp @@ -318,7 +318,7 @@ GetLineageCommand::GetLineageCommand(string option) { if ((sharedfile != "") || (listfile != "")) { label = validParameter.validFile(parameters, "label", false); - if (label == "not found") { label = ""; m->mothurOut("You did not provide a label, I will use the first label in your inputfile."); m->mothurOutEndLine(); label=""; } + if (label == "not found") { label = ""; m->mothurOut("[WARNING]: You did not provide a label, I will use the first label in your inputfile."); m->mothurOutEndLine(); } } if (countfile == "") {