diff options
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 460cf57..b9f9517 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -128,8 +128,8 @@ __CONCAT(dname,_detach)(device_t self) #include <sys/syslog.h> /* -#define logprintf(args...) log(LOG_DEBUG, args) +#define printf(args...) log(LOG_DEBUG, args) */ -#define logprintf printf +#define printf printf #endif /* _USB_PORT_H */ |