From 1209e738ebfd555c70db4291527ac215e69b450e Mon Sep 17 00:00:00 2001 From: Kurt Nistelberger Date: Mon, 2 Jan 2023 10:34:24 -0800 Subject: [PATCH] . --- selfdrive/locationd/laikad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/locationd/laikad.py b/selfdrive/locationd/laikad.py index fa3e3e03e9..2d31ec401e 100755 --- a/selfdrive/locationd/laikad.py +++ b/selfdrive/locationd/laikad.py @@ -392,7 +392,7 @@ def debug_log_cache(): for filename in filenames: yield os.path.join(dirpath, filename) - cloudlog.debug("dirwalk: /tmp/comma_download_cache") + cloudlog.debug("CacheFolder: /tmp/comma_download_cache") for fname in walk_through_files("/tmp/comma_download_cache"): cloudlog.debug(fname)