Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
---
 lib/bb/cache.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/bb/cache.py b/lib/bb/cache.py
index 1d592a4..4848b41 100644
--- a/lib/bb/cache.py
+++ b/lib/bb/cache.py
@@ -263,7 +263,7 @@ class Cache:
 
         # Check file still exists
         if mtime == 0:
-            bb.msg.debug(2, bb.msg.domain.Cache, "Cache: %s not longer exists" 
% fn)
+            bb.msg.debug(2, bb.msg.domain.Cache, "Cache: %s no longer exists" 
% fn)
             self.remove(fn)
             return False
 
-- 
1.7.1

_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to