diff mbox series

[wrynose,35/36] sstate: Improve confusing debug message

Message ID b5a2e0e857470ff557025c28b593bacecb424bd4.1781960051.git.yoann.congal@smile.fr
State New
Headers show
Series [wrynose,01/36] gcc: Upgrade GCC to 15.3 release | expand

Commit Message

Yoann Congal June 20, 2026, 12:59 p.m. UTC
From: Richard Purdie <richard.purdie@linuxfoundation.org>

The entry being removed is a file, not a manifest, so improve the debug
message to reflect that and be slightly less confusing.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
cherry picked from commit 47136a5068245348bbe186a40d4b6b7d0664e22d)
([YC: This is part of the fix for [YOCTO #16281]]
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 meta/classes-global/sstate.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/classes-global/sstate.bbclass b/meta/classes-global/sstate.bbclass
index 1d41d9bc207..434557db77f 100644
--- a/meta/classes-global/sstate.bbclass
+++ b/meta/classes-global/sstate.bbclass
@@ -478,7 +478,7 @@  def sstate_clean_manifest(manifest, d, canrace=False, prefix=None):
         entry = entry.strip()
         if prefix and not entry.startswith("/"):
             entry = prefix + "/" + entry
-        bb.debug(2, "Removing manifest: %s" % entry)
+        bb.debug(2, "Removing file: %s" % entry)
         # We can race against another package populating directories as we're removing them
         # so we ignore errors here.
         try: