diff --git a/selfdrive/test/process_replay/test_processes.py b/selfdrive/test/process_replay/test_processes.py index 17ac118187..61f24d62c0 100755 --- a/selfdrive/test/process_replay/test_processes.py +++ b/selfdrive/test/process_replay/test_processes.py @@ -204,6 +204,6 @@ if __name__ == "__main__": if upload: with open(REF_COMMIT_FN, "w") as f: f.write(cur_commit) - print(f"\n\nUpdated refs. New ref commit: {ref_commit}") + print(f"\n\nUpdated reference logs for commit: {ref_commit}") sys.exit(int(failed))