]> git.donarmstrong.com Git - mothur.git/blobdiff - getlineagecommand.cpp
changes while testing
[mothur.git] / getlineagecommand.cpp
index 25a68be75c950de1ebad3afe6955cf308ad0ce0b..005a89f2ebbee9e1b4c37567b6ce382979c90226 100644 (file)
@@ -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 == "") {