base2-runner: fix typos causing syntax errors
[base2-runner.git] / engine / logging.py
1 def debug_pr(*args):
2  print("debug:", args)
3
4