Minor fixes

This commit is contained in:
Celine Mercier
2019-08-18 19:45:53 +02:00
parent 66441e0aef
commit 5f20be44b2
3 changed files with 5 additions and 2 deletions

View File

@ -573,7 +573,7 @@ int obi_ecotag(const char* dms_name,
best_match = obi_taxo_get_taxon_with_taxid(taxonomy, taxid_best_match);
if (best_match == NULL)
{
obidebug(1, "\nError getting a taxon from a taxid when doing taxonomic assignment");
obidebug(1, "\nError getting a taxon from a taxid (%d) when doing taxonomic assignment", taxid_best_match);
return -1;
}
if (j>0)