mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
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>
This commit is contained in:
@@ -413,7 +413,7 @@ class ProcessServer():
|
|||||||
|
|
||||||
prof.dump_stats("profile-mainloop.log")
|
prof.dump_stats("profile-mainloop.log")
|
||||||
bb.utils.process_profilelog("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:
|
else:
|
||||||
self.idle_thread_internal()
|
self.idle_thread_internal()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user