Convert another printf into an lprintf since this should only be output
for debugging. Thanks Chris.
This commit is contained in:
parent
ba9a9c7eb6
commit
e1e9cca1ce
@ -264,7 +264,7 @@ lptopen(dev, flag)
|
||||
|
||||
if (sc->sc_state) {
|
||||
lprintf("lp: still open\n") ;
|
||||
printf("still open %x\n", sc->sc_state);
|
||||
lprintf("still open %x\n", sc->sc_state);
|
||||
return(EBUSY);
|
||||
} else sc->sc_state |= INIT;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user