[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7563/8267] bitbake: toaster: debug message for lists layers missing separators



commit 8b289ea6c32277a2f474dda925aa261296a4cde4
Author: Olaf Mandel <o mandel menlosystems com>
Date:   Sat Sep 2 22:24:06 2017 -0700

    bitbake: toaster: debug message for lists layers missing separators
    
    One of the debug messages during build contains a list of all layers
    but without spaces or other separators between them. Use pformat
    instead.
    
    [YOCTO #12014]
    
    (Bitbake rev: 9fe38f94b54a8644ac6f493c49e63dd6da5bfbdf)
    
    Signed-off-by: Olaf Mandel <o mandel menlosystems com>
    Signed-off-by: David Reyna <David Reyna windriver com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../toaster/bldcontrol/localhostbecontroller.py    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py 
b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
index 6142f7e..a93cf40 100644
--- a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
+++ b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
@@ -230,7 +230,7 @@ class LocalhostBEController(BuildEnvironmentController):
                 continue  # not a custom recipe, skip
 
         layerlist.extend(nongitlayerlist)
-        logger.debug("\n\nset layers gives this list \n %s" % ''.join(layerlist))
+        logger.debug("\n\nset layers gives this list %s" % pformat(layerlist))
         self.islayerset = True
         return layerlist
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]