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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py b/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py
index 791e53eabf..6a55dd46c8 100644
--- a/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py
+++ b/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py
@@ -49,7 +49,7 @@ class Command(BaseCommand):
49 # we could not find a BEC; postpone the BR 49 # we could not find a BEC; postpone the BR
50 br.state = BuildRequest.REQ_QUEUED 50 br.state = BuildRequest.REQ_QUEUED
51 br.save() 51 br.save()
52 logger.debug("runbuilds: No build env") 52 logger.debug("runbuilds: No build env (%s)" % e)
53 return 53 return
54 54
55 logger.info("runbuilds: starting build %s, environment %s" % 55 logger.info("runbuilds: starting build %s, environment %s" %