From 8e09250c3836675d6f96d4ca162e69021d4aa563 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Fri, 9 Apr 2021 14:06:47 +0200 Subject: [PATCH] filter_log_message use qlogs old-commit-hash: 11de9df3a1ea08ae1b8344548a7b2c0fd0f3e894 --- selfdrive/debug/filter_log_message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/debug/filter_log_message.py b/selfdrive/debug/filter_log_message.py index 4ca69f5e92..118a980ee3 100755 --- a/selfdrive/debug/filter_log_message.py +++ b/selfdrive/debug/filter_log_message.py @@ -49,7 +49,7 @@ if __name__ == "__main__": logs = None if len(args.route): r = Route(args.route[0]) - logs = r.log_paths() # TODO: switch to qlogs when logs are in there + logs = r.qlog_paths() if len(args.route) == 2 and logs: n = int(args.route[1])