CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/30 11:47:11
Modified files:
sys/dev/pv : if_vio.c vioblk.c viocon.c
Log message:
Replace nifty DBGPRINT() with a more familiar DPRINTF() and adjust
the formats to add in the __func__ and "\n" being magically added by
DBGPRINT(). Fixes a few botches by certain devs who assumed DBGPRINT()
must be just like DPRINTF.
ok sf@ reyk@ on earlier version
