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()