X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getlineagecommand.cpp;h=005a89f2ebbee9e1b4c37567b6ce382979c90226;hp=25a68be75c950de1ebad3afe6955cf308ad0ce0b;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=de3d202264ab8a55fc91e0c2776aa5bed92bbf55 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 == "") {