testboard: less noise standard output

Use '> ' instead of '[log] ', since this is not a log file but
usually read interactively.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
Gerwin Klein 2021-08-16 09:36:28 +10:00 committed by Gerwin Klein
parent afdcbf13ee
commit 494ea6af8d
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ def main(argv):
if args.quiet:
return
for line in msg.split('\n'):
sys.stdout.write('[log] ' + line + '\n')
sys.stdout.write('> ' + line + '\n')
def debug(msg):
if not args.debug:
return