summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol/localhostbecontroller.py')
-rw-r--r--bitbake/lib/toaster/bldcontrol/localhostbecontroller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
index 6142f7e004..a93cf40bd6 100644
--- a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
+++ b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
@@ -230,7 +230,7 @@ class LocalhostBEController(BuildEnvironmentController):
230 continue # not a custom recipe, skip 230 continue # not a custom recipe, skip
231 231
232 layerlist.extend(nongitlayerlist) 232 layerlist.extend(nongitlayerlist)
233 logger.debug("\n\nset layers gives this list \n %s" % ''.join(layerlist)) 233 logger.debug("\n\nset layers gives this list %s" % pformat(layerlist))
234 self.islayerset = True 234 self.islayerset = True
235 return layerlist 235 return layerlist
236 236