summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/ui/knotty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py
index 0340619dbd..5366386b20 100644
--- a/bitbake/lib/bb/ui/knotty.py
+++ b/bitbake/lib/bb/ui/knotty.py
@@ -127,7 +127,7 @@ def main(server, eventHandler):
127 if event.levelno >= format.ERROR: 127 if event.levelno >= format.ERROR:
128 errors = errors + 1 128 errors = errors + 1
129 return_value = 1 129 return_value = 1
130 if event.levelno >= format.WARNING: 130 elif event.levelno == format.WARNING:
131 warnings = warnings + 1 131 warnings = warnings + 1
132 # For "normal" logging conditions, don't show note logs from tasks 132 # For "normal" logging conditions, don't show note logs from tasks
133 # but do show them if the user has changed the default log level to 133 # but do show them if the user has changed the default log level to