old-commit-hash: 36fdf50f98
36fdf50f98
@ -116,6 +116,9 @@ def fingerprint(logcan, sendcan):
vin = VIN_UNKNOWN
exact_fw_match, fw_candidates, car_fw = True, set(), []
if len(vin) != 17:
cloudlog.event("Malformed VIN", vin=vin, error=True)
cloudlog.warning("VIN %s", vin)
Params().put("CarVin", vin)