summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib')
-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 13965796eb..6cdc72a85b 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -163,7 +163,7 @@ class RunQueueScheduler(object):
163 self.prev_pressure_time = time.time() 163 self.prev_pressure_time = time.time()
164 self.check_pressure = True 164 self.check_pressure = True
165 except: 165 except:
166 bb.warn("The /proc/pressure files can't be read. Continuing build without monitoring pressure") 166 bb.note("The /proc/pressure files can't be read. Continuing build without monitoring pressure")
167 self.check_pressure = False 167 self.check_pressure = False
168 else: 168 else:
169 self.check_pressure = False 169 self.check_pressure = False