wifi: fix debug print #l1 -> #1
This commit is contained in:
parent
50eb678c72
commit
a3b35c224b
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ wifideassoc(Wifi *wifi)
|
|||
if(f == nil || f->in == nil || f->inuse == 0 || f->type != 0x888e)
|
||||
continue;
|
||||
if(wifi->debug)
|
||||
print("#%d: wifideassoc: %#p\n", ether->ctlrno, f);
|
||||
print("#l%d: wifideassoc: %#p\n", ether->ctlrno, f);
|
||||
qwrite(f->in, 0, 0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue