X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=trimseqscommand.cpp;h=637a720edd26433dfd79b66d8d327109bdd25d7f;hp=00367695944bd579c13052210b9f0d8491d0e509;hb=4d3ecf0d35c014b176345d21383343e7a58d2445;hpb=529ec122f7cac4af987e121d150b878d7c7a0d5d diff --git a/trimseqscommand.cpp b/trimseqscommand.cpp index 0036769..637a720 100644 --- a/trimseqscommand.cpp +++ b/trimseqscommand.cpp @@ -1332,7 +1332,7 @@ bool TrimSeqsCommand::getOligos(vector >& fastaFileNames, vector< }else if(type == "SPACER"){ spacer.push_back(oligo); } - else{ m->mothurOut(type + " is not recognized as a valid type. Choices are forward, reverse, and barcode. Ignoring " + oligo + "."); m->mothurOutEndLine(); } + else{ m->mothurOut("[WARNING]: " + type + " is not recognized as a valid type. Choices are forward, reverse, and barcode. Ignoring " + oligo + "."); m->mothurOutEndLine(); } } m->gobble(inOligos); }