From 46799ffbb07d525aeadab8973f93ae1f9a31b796 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 24 Feb 2020 13:38:30 -0800 Subject: [PATCH] Add log when starting VIN query old-commit-hash: 348bd153454777417d310849b4743da1e053e926 --- selfdrive/car/car_helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/car/car_helpers.py b/selfdrive/car/car_helpers.py index bbef1d1136..ed82ba688d 100644 --- a/selfdrive/car/car_helpers.py +++ b/selfdrive/car/car_helpers.py @@ -80,6 +80,7 @@ def fingerprint(logcan, sendcan, has_relay): vin = cached_params.carVin car_fw = list(cached_params.carFw) else: + cloudlog.warning("Getting VIN & FW versions") _, vin = get_vin(logcan, sendcan, bus) car_fw = get_fw_versions(logcan, sendcan, bus)