cezanne / usbip-win

USB/IP for Windows
GNU General Public License v3.0
1.94k stars 349 forks source link

Wrong message in usbip_unbind.c #268

Closed rprokop closed 2 years ago

rprokop commented 2 years ago

info("bind device on busid %s: complete", busid) call in function int unbind_device(char *busid)...

It must be "unbind device...".

cezanne commented 2 years ago

@rprokop : Thanks for reporting.