Convert another printf into an lprintf since this should only be output

for debugging.

Thanks Chris.
This commit is contained in:
rgrimes 1993-09-28 21:50:59 +00:00
parent ba9a9c7eb6
commit e1e9cca1ce

View File

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