dossrv: output iotrack error message to stderr
This commit is contained in:
parent
e0cb81af94
commit
dce28e58e4
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ loop:
|
|||
}
|
||||
unmlock(&mp->lock);
|
||||
if(p == mp){
|
||||
print("iotrack all ref'd\n");
|
||||
fprint(2, "iotrack all ref'd\n");
|
||||
goto loop;
|
||||
}
|
||||
if(p->flags & BMOD){
|
||||
|
|
Loading…
Reference in a new issue