From babd5fea4a61d722b505e9efeb1701a70b4b5413 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 10 Feb 2024 15:17:38 +0000 Subject: bitbake: process/server: Fix typo Ensure the message matches the filenames the code actually uses. (Bitbake rev: deb7db2e2b125c6a6732db4f185f4de5926494fd) Signed-off-by: Richard Purdie --- bitbake/lib/bb/server/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/server/process.py') 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(): prof.dump_stats("profile-mainloop.log") bb.utils.process_profilelog("profile-mainloop.log") - serverlog("Raw profiling information saved to profilemainloop.log and processed statistics to profilemainloop.log.processed") + serverlog("Raw profiling information saved to profile-mainloop.log and processed statistics to profile-mainloop.log.processed") else: self.idle_thread_internal() -- cgit v1.2.3-54-g00ecf