hv/trace_mesa: rename bindump of fingerprint transfer message

Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
This commit is contained in:
James Calligeros 2022-06-28 19:47:16 +10:00 committed by Hector Martin
parent 1f21b6b7b8
commit 1e2c52b5b3

View file

@ -190,7 +190,7 @@ class SIOEp(EP):
self.log("Mesa command interrupted!")
return
if size >= 0x7200:
with open("print.png", "wb") as fd:
with open("large_message.bin", "wb") as fd:
fd.write(self.tracer.ioread(buf, size))
print("Fingerprint record message dumped.")
return