kopia lustrzana https://gitlab.com/sane-project/backends
genesys: Fix log message when device is not supported
rodzic
6cb39e0a29
commit
982d7d18aa
|
@ -4807,7 +4807,7 @@ static Genesys_Device* attach_usb_device(const char* devname,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (found_usb_dev == nullptr) {
|
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);
|
vendor_id, product_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue