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

for debugging.

Thanks Chris.
This commit is contained in:
Rodney W. Grimes 1993-09-28 21:50:59 +00:00
parent b5275b8103
commit e730ca26a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=515

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;