X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=prcseqscommand.cpp;h=8db6c24ff05ce4a5a23bc11a9021b208f5e65d55;hp=cf93cb796104aa90428e5466546c9839789216f7;hb=c48d91112209b841444923670dca5454da0e2a4d;hpb=2cfb747aa8f63bde9c1114001e6d2e81ccd26178 diff --git a/prcseqscommand.cpp b/prcseqscommand.cpp index cf93cb7..8db6c24 100644 --- a/prcseqscommand.cpp +++ b/prcseqscommand.cpp @@ -696,10 +696,10 @@ int PcrSeqsCommand::driverPcr(string filename, string goodFasta, string badFasta #endif //report progress - if((count) % 100 == 0){ m->mothurOut("Processing sequence: " + toString(count)); m->mothurOutEndLine(); } + if((count) % 100 == 0){ m->mothurOutJustToScreen("Processing sequence: " + toString(count)+"\n"); } } //report progress - if((count) % 100 != 0){ m->mothurOut("Processing sequence: " + toString(count)); m->mothurOutEndLine(); } + if((count) % 100 != 0){ m->mothurOutJustToScreen("Processing sequence: " + toString(count)+"\n"); } badFile.close(); goodFile.close();