summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/dfatool.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dfatool.py b/lib/dfatool.py
index 194b042..07aa7b3 100644
--- a/lib/dfatool.py
+++ b/lib/dfatool.py
@@ -1273,6 +1273,7 @@ class EnergyTraceLog:
"""
if not zbar_available:
+ logger.error("zbar module is not available")
self.errors.append(
'zbar module is not available. Try "apt install python3-zbar"'
)