summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py')
-rw-r--r--bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py b/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py
index 5532b9deb2..b630fe6169 100644
--- a/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py
+++ b/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py
@@ -54,8 +54,8 @@ class Command(NoArgsCommand):
54 logger.debug("runbuilds: No build env") 54 logger.debug("runbuilds: No build env")
55 return 55 return
56 56
57 logger.debug("runbuilds: starting build %s, environment %s" % \ 57 logger.info("runbuilds: starting build %s, environment %s" % \
58 (str(br).decode('utf-8'), bec.be)) 58 (br, bec.be))
59 59
60 # let the build request know where it is being executed 60 # let the build request know where it is being executed
61 br.environment = bec.be 61 br.environment = bec.be