Skip to content
Snippets Groups Projects
Commit 95122e12 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'debug.TrigHLTJetHypo-20201222' into 'master'

TrigHLTJetHypo: Fix debug logging.

See merge request atlas/athena!39367
parents 364b6d4b dd8cd5e2
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ class ConditionsToolSetterFastReduction(object):
self._fill_tree_map(tree, tree_map)
for k, v in tree_map.items():
log.debug("Tree map debug ", str(k), str(v))
log.debug("Tree map debug %s %s", str(k), str(v))
treeVec = self._map_2_vec(tree_map)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment