diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-27 20:41:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-01 18:56:25 +0100 |
commit | b978f7c3a028ff4cc61de79d296723b5f873651d (patch) | |
tree | 817138fa37f76f20dcad9d55a658837c2aafb08a /bitbake/bin/bitbake-worker | |
parent | 7df5f405cee0d31be82bc838be048ea01005a327 (diff) | |
download | poky-b978f7c3a028ff4cc61de79d296723b5f873651d.tar.gz |
bitbake: cooker/process: Fix typos in exiting message
(Bitbake rev: 1ff1ea3880d293b14ce0fc65e3bc4c938d587a2f)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin/bitbake-worker')
-rwxr-xr-x | bitbake/bin/bitbake-worker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake-worker b/bitbake/bin/bitbake-worker index 7765b9368b..7d982f90ba 100755 --- a/bitbake/bin/bitbake-worker +++ b/bitbake/bin/bitbake-worker | |||
@@ -517,5 +517,5 @@ except BaseException as e: | |||
517 | worker_thread_exit = True | 517 | worker_thread_exit = True |
518 | worker_thread.join() | 518 | worker_thread.join() |
519 | 519 | ||
520 | workerlog_write("exitting") | 520 | workerlog_write("exiting") |
521 | sys.exit(0) | 521 | sys.exit(0) |