Skip to content

Commit

Permalink
issue #150: better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Frasca authored and Mario Frasca committed Aug 1, 2016
1 parent 4e9a358 commit fc45c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bauble/plugins/plants/ask_tpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class NoResult(Exception):
else:
logger.debug(
"taxon %s %s (%s) is marked as synonym. "
"accepted form (%s) is not in tpl.",
"accepted form (%s) is at infraspecific rank.",
found['Genus'], found['Species'], found['ID'],
found['Accepted ID'])
logger.debug("%s after second query", self.name)
Expand Down

0 comments on commit fc45c44

Please sign in to comment.