summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rwxr-xr-xbitbake/lib/bb/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py
index 732a315404..7dc953da66 100755
--- a/bitbake/lib/bb/main.py
+++ b/bitbake/lib/bb/main.py
@@ -448,7 +448,7 @@ def setup_bitbake(configParams, configuration, extrafeatures=None):
448 else: 448 else:
449 logger.info("Reconnecting to bitbake server...") 449 logger.info("Reconnecting to bitbake server...")
450 if not os.path.exists(sockname): 450 if not os.path.exists(sockname):
451 print("Previous bitbake instance shutting down?, waiting to retry...") 451 logger.info("Previous bitbake instance shutting down?, waiting to retry...")
452 i = 0 452 i = 0
453 lock = None 453 lock = None
454 # Wait for 5s or until we can get the lock 454 # Wait for 5s or until we can get the lock