mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
m1n1.trace.asc: Be more clear about endpoint number in log
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
105b671fb3
commit
7b01b0525b
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class BaseASCTracer(ADTDevTracer):
|
|||
return
|
||||
|
||||
d = ">" if direction == DIR.TX else "<"
|
||||
self.log(f"{d}{r1.EP:02x} {r0.value:016x} ({r0.str_fields()})")
|
||||
self.log(f"{d}ep:{r1.EP:02x} {r0.value:016x} ({r0.str_fields()})")
|
||||
|
||||
def start(self, dart=None):
|
||||
super().start()
|
||||
|
|
Loading…
Reference in a new issue