summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/msg.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/msg.py')
-rw-r--r--bitbake/lib/bb/msg.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/msg.py b/bitbake/lib/bb/msg.py
index c95a874beb..93575d89c4 100644
--- a/bitbake/lib/bb/msg.py
+++ b/bitbake/lib/bb/msg.py
@@ -133,7 +133,6 @@ class LogFilterShowOnce(logging.Filter):
133 self.seen_errors = set() 133 self.seen_errors = set()
134 134
135 def filter(self, record): 135 def filter(self, record):
136 msg = record.msg
137 if record.levelno == bb.msg.BBLogFormatter.WARNONCE: 136 if record.levelno == bb.msg.BBLogFormatter.WARNONCE:
138 if record.msg in self.seen_warnings: 137 if record.msg in self.seen_warnings:
139 return False 138 return False