summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-10 15:17:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-10 15:25:22 +0000
commitbabd5fea4a61d722b505e9efeb1701a70b4b5413 (patch)
tree43ab0511d3fbf25ba8d05d5be3558030bd2be735 /bitbake/lib/bb/server
parent0ac07ddf71fed8121ddc5c18dc453182448b8746 (diff)
downloadpoky-babd5fea4a61d722b505e9efeb1701a70b4b5413.tar.gz
bitbake: process/server: Fix typo
Ensure the message matches the filenames the code actually uses. (Bitbake rev: deb7db2e2b125c6a6732db4f185f4de5926494fd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/server')
-rw-r--r--bitbake/lib/bb/server/process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py
index 1ca8e02ba0..76b189291d 100644
--- a/bitbake/lib/bb/server/process.py
+++ b/bitbake/lib/bb/server/process.py
@@ -413,7 +413,7 @@ class ProcessServer():
413 413
414 prof.dump_stats("profile-mainloop.log") 414 prof.dump_stats("profile-mainloop.log")
415 bb.utils.process_profilelog("profile-mainloop.log") 415 bb.utils.process_profilelog("profile-mainloop.log")
416 serverlog("Raw profiling information saved to profilemainloop.log and processed statistics to profilemainloop.log.processed") 416 serverlog("Raw profiling information saved to profile-mainloop.log and processed statistics to profile-mainloop.log.processed")
417 else: 417 else:
418 self.idle_thread_internal() 418 self.idle_thread_internal()
419 419