genesys: Fix log message when device is not supported

merge-requests/213/head^2
Povilas Kanapickas 2020-03-27 21:29:29 +02:00
rodzic 6cb39e0a29
commit 982d7d18aa
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4807,7 +4807,7 @@ static Genesys_Device* attach_usb_device(const char* devname,
}
if (found_usb_dev == nullptr) {
throw SaneException("vendor 0x%xd product 0x%xd is not supported by this backend",
throw SaneException("vendor 0x%x product 0x%x is not supported by this backend",
vendor_id, product_id);
}