mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
m1n1.fw.dcp.ipc: Clearly mark unknown Calls/Callbacks
Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
a823c311ab
commit
8e5788123f
1 changed files with 1 additions and 1 deletions
|
@ -939,7 +939,7 @@ class Call:
|
|||
|
||||
cls, method = ALL_METHODS.get(self.msg, (None, None))
|
||||
if cls is None:
|
||||
print(log + f"{self.in_size:#x}/{self.out_size:#x}")
|
||||
print(log + f"unknown: {self.in_size:#x}/{self.out_size:#x}")
|
||||
return
|
||||
|
||||
log += f"{cls.__name__}::{method.name}("
|
||||
|
|
Loading…
Reference in a new issue