wifi: fix debug print #l1 -> #1

This commit is contained in:
cinap_lenrek 2013-06-24 23:22:05 +02:00
parent 50eb678c72
commit a3b35c224b

View file

@ -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);
}
}