aboutsummaryrefslogtreecommitdiffstats
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:17:47 +0000
commitdeb7db2e2b125c6a6732db4f185f4de5926494fd (patch)
tree68da40a14fb7b9fb532b77891d94cea673d07f61
parent57d2f54e00374fe7452e123ec3c6e7ac27afb024 (diff)
downloadbitbake-deb7db2e2b125c6a6732db4f185f4de5926494fd.tar.gz
process/server: Fix typo
Ensure the message matches the filenames the code actually uses. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/server/process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/server/process.py b/lib/bb/server/process.py
index 1ca8e02ba..76b189291 100644
--- a/lib/bb/server/process.py
+++ b/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()