summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/runqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 9b009262ef..7eea72e66d 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -180,7 +180,7 @@ class RunQueueScheduler(object):
180 self.prev_pressure_time = time.time() 180 self.prev_pressure_time = time.time()
181 self.check_pressure = True 181 self.check_pressure = True
182 except: 182 except:
183 bb.warn("The /proc/pressure files can't be read. Continuing build without monitoring pressure") 183 bb.note("The /proc/pressure files can't be read. Continuing build without monitoring pressure")
184 self.check_pressure = False 184 self.check_pressure = False
185 else: 185 else:
186 self.check_pressure = False 186 self.check_pressure = False