Plan 9 from Bell Labs 2001-01-01
1 files changed, 1 insertions(+), 1 deletions(-) M pc/sdata.c
M pc/sdata.c => pc/sdata.c +1 -1
@@ 1499,7 1499,7 @@ atainterrupt(Ureg*, void* arg) if((drive = ctlr->curdrive) == nil){ iunlock(ctlr); if((DEBUG & DbgDEBUG) && ctlr->command != Cedd) - print("Inil%2.2uX+", ctlr->command); + print("Inil%2.2uX/%2.2uX+", ctlr->command, status); return; }