diff options
Diffstat (limited to 'bitbake/lib/bb/ui/knotty.py')
-rw-r--r-- | bitbake/lib/bb/ui/knotty.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py index 21160bff5f..9385883ea9 100644 --- a/bitbake/lib/bb/ui/knotty.py +++ b/bitbake/lib/bb/ui/knotty.py | |||
@@ -66,7 +66,7 @@ class BBLogFormatter(logging.Formatter): | |||
66 | else: | 66 | else: |
67 | return logging.Formatter.format(self, record) | 67 | return logging.Formatter.format(self, record) |
68 | 68 | ||
69 | def init(server, eventHandler): | 69 | def main(server, eventHandler): |
70 | 70 | ||
71 | # Get values of variables which control our output | 71 | # Get values of variables which control our output |
72 | includelogs = server.runCommand(["getVariable", "BBINCLUDELOGS"]) | 72 | includelogs = server.runCommand(["getVariable", "BBINCLUDELOGS"]) |