Modify log for matching the style

pull/1925/head
Deepskyhunter 2022-06-23 19:09:00 +08:00 committed by Sébastien Bourdeauducq
parent da6d35e7c6
commit b4f24dd326
1 changed files with 3 additions and 3 deletions

View File

@ -248,9 +248,9 @@ def main():
server_description = server_name + " ({})".format(args.server)
else:
server_description = args.server
logging.info("ARTIQ dashboard %s connected to %s",
artiq_version, server_description)
logging.info("ARTIQ dashboard version: %s",
artiq_version)
logging.info("ARTIQ dashboard connected to moninj_proxy (%s)", server_description)
# run
main_window.show()
loop.run_until_complete(main_window.exit_request.wait())