mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
Reword serial number message
This commit is contained in:
@@ -142,7 +142,7 @@ static int usbdev_open(const char *port, union pinfo pinfo, union filedescriptor
|
||||
fd->usb.wep = 0x02;
|
||||
}
|
||||
|
||||
pmsg_notice("found %s with serno: %s\n", product, string);
|
||||
pmsg_notice("found %s with serno = %s\n", product, string);
|
||||
if(*serno) {
|
||||
/*
|
||||
* See if the serial number requested by the user matches what we
|
||||
|
||||
Reference in New Issue
Block a user