summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/data_smart.py')
-rw-r--r--bitbake/lib/bb/data_smart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/data_smart.py b/bitbake/lib/bb/data_smart.py
index 7f1b6dcb4f..c559102cf5 100644
--- a/bitbake/lib/bb/data_smart.py
+++ b/bitbake/lib/bb/data_smart.py
@@ -189,7 +189,7 @@ class IncludeHistory(object):
189 if self.current.parent: 189 if self.current.parent:
190 self.current = self.current.parent 190 self.current = self.current.parent
191 else: 191 else:
192 bb.warn("Include log: Tried to finish '%s' at top level." % filename) 192 bb.warn("Include log: Tried to finish '%s' at top level." % self.filename)
193 return False 193 return False
194 194
195 def emit(self, o, level = 0): 195 def emit(self, o, level = 0):