diff options
Diffstat (limited to 'meta/lib/oe/rootfs.py')
-rw-r--r-- | meta/lib/oe/rootfs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index 4e81263f17..f7daf32e75 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py | |||
@@ -66,6 +66,7 @@ class Rootfs(object): | |||
66 | m = r.search(line) | 66 | m = r.search(line) |
67 | if m: | 67 | if m: |
68 | found_error = 1 | 68 | found_error = 1 |
69 | bb.warn('[log_check] In line: [%s]' % line) | ||
69 | bb.warn('[log_check] %s: found an error message in the logfile (keyword \'%s\'):\n[log_check] %s' | 70 | bb.warn('[log_check] %s: found an error message in the logfile (keyword \'%s\'):\n[log_check] %s' |
70 | % (self.d.getVar('PN', True), m.group(), line)) | 71 | % (self.d.getVar('PN', True), m.group(), line)) |
71 | 72 | ||