Merge "usb_dispatch.cpp: Lower severity of logging statement."
am: e5fe799e32
Change-Id: Ic634ac886749bf0f42b423a5068f296fd278e75a
This commit is contained in:
commit
7fbbd1665e
1 changed files with 2 additions and 2 deletions
|
|
@ -24,10 +24,10 @@ static bool should_use_libusb() {
|
|||
|
||||
void usb_init() {
|
||||
if (should_use_libusb()) {
|
||||
LOG(INFO) << "using libusb backend";
|
||||
LOG(DEBUG) << "using libusb backend";
|
||||
libusb::usb_init();
|
||||
} else {
|
||||
LOG(INFO) << "using native backend";
|
||||
LOG(DEBUG) << "using native backend";
|
||||
native::usb_init();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue