diff --git a/swh/indexer/metadata.py b/swh/indexer/metadata.py --- a/swh/indexer/metadata.py +++ b/swh/indexer/metadata.py @@ -76,7 +76,8 @@ .translate(data) except Exception: self.log.exception( - "Problem during tool retrieval of metadata translation") + "Problem during metadata translation " + "for content %s" % hashutil.hash_to_hex(id)) return result def persist_index_computations(self, results, policy_update):