This commit is contained in:
huchenlei 2024-12-20 12:46:24 -08:00
parent 8dfda4f6c8
commit 62905871cc

View File

@ -91,8 +91,7 @@ def execute_prestartup_script():
import_message = ""
else:
import_message = " (PRESTARTUP FAILED)"
logging.info("{:6.1f} seconds{}:".format(n[0], import_message))
logging.info(n[1])
logging.info("{:6.1f} seconds{}: {}".format(n[0], import_message, n[1]))
logging.info("")
apply_custom_paths()