less chatty
This commit is contained in:
parent
c59c3b2112
commit
001dc1709b
@ -762,10 +762,8 @@ newfid(int fid)
|
|||||||
|
|
||||||
ff = 0;
|
ff = 0;
|
||||||
for(f = fids; f; f = f->next)
|
for(f = fids; f; f = f->next)
|
||||||
if(f->fid == fid){
|
if(f->fid == fid)
|
||||||
fprint(2, "got fid %d busy=%d\n", fid, f->busy);
|
|
||||||
return f;
|
return f;
|
||||||
}
|
|
||||||
else if(!ff && !f->busy)
|
else if(!ff && !f->busy)
|
||||||
ff = f;
|
ff = f;
|
||||||
if(ff){
|
if(ff){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user