]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.cpp
bugs found while testing
[mothur.git] / seqsummarycommand.cpp
index 68d3bf583f9c7de2db85ebfa27a2fecdd7738922..1ea58c584054b9b4b5944db18d198fd49e78cc51 100644 (file)
@@ -414,7 +414,7 @@ int SeqSummaryCommand::driverCreateSummary(vector<int>& startPosition, vector<in
                                        //make sure this sequence is in the namefile, else error 
                                        map<string, int>::iterator it = nameMap.find(current.getName());
                                        
-                                       if (it == nameMap.end()) { m->mothurOut("[ERROR]: " + current.getName() + " is not in your namefile, please correct."); m->mothurOutEndLine(); m->control_pressed = true; }
+                                       if (it == nameMap.end()) { m->mothurOut("[ERROR]: '" + current.getName() + "' is not in your namefile, please correct."); m->mothurOutEndLine(); m->control_pressed = true; }
                                        else { num = it->second; }
                                }