mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Convert another printf into an lprintf since this should only be output
for debugging. Thanks Chris.
This commit is contained in:
parent
b5275b8103
commit
e730ca26a3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=515
@ -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…
Reference in New Issue
Block a user