bitbake: runqueue: Change pressure file warning to a note

The user does need to be told about this but it isn't really a warning,
just something they may need to be aware of. Drop the level accordingly.

(Bitbake rev: 3b719e8e115b7fde869f62ddc180e045c1b51cdf)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2022-08-24 15:42:06 +01:00
parent afd213cc8e
commit adc49cb960

View File

@@ -163,7 +163,7 @@ class RunQueueScheduler(object):
self.prev_pressure_time = time.time()
self.check_pressure = True
except:
bb.warn("The /proc/pressure files can't be read. Continuing build without monitoring pressure")
bb.note("The /proc/pressure files can't be read. Continuing build without monitoring pressure")
self.check_pressure = False
else:
self.check_pressure = False