Skip to content
Snippets Groups Projects
Commit 01e4d8f2 authored by jkerdreu's avatar jkerdreu
Browse files

Nothing

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2768 b32b6428-25c9-4566-ad07-03861ab6144f
parent cff0240f
Branches
No related tags found
No related merge requests found
......@@ -365,7 +365,7 @@ async def console(locals=locals(),port=None):
return s.server_address[1]
port = find_free_port()
logger.warning(f'starting debug console on port {port}')
logger.debug(f'starting debug console on port {port}')
sys.ps1 = '[xAAL] >>> '
banner = '=' * 78 +"\nxAAL remote console\n" + '=' *78
locals.update({'pprint':pprint})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment