summaryrefslogtreecommitdiffstats
path: root/tools/elog-gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/elog-gen.py')
-rwxr-xr-xtools/elog-gen.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/elog-gen.py b/tools/elog-gen.py
index 825fc0f..92abe35 100755
--- a/tools/elog-gen.py
+++ b/tools/elog-gen.py
@@ -221,7 +221,8 @@ def get_elog_data(i_elog_yaml,
break
if match is None:
- print("Error - Did not find name in" + i_elog_meta_yaml)
+ print("Error - Did not find error named %s in %s" % (
+ error['name'], i_elog_meta_yaml))
continue
error_lvl[fullname] = match.get('level', 'ERR')
OpenPOWER on IntegriCloud