mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 22:15:41 +00:00
Change message for unknown serial no.
Changed message from (No ATA pass-thru) to (S/N: unknown)
This commit is contained in:
@@ -689,7 +689,7 @@ int nwipe_get_device_bus_type_and_serialno( char* device, nwipe_device_t* bus, c
|
||||
|
||||
if( *bus == NWIPE_DEVICE_USB )
|
||||
{
|
||||
strcpy( serialnumber, "(no ATA pass-through)" );
|
||||
strcpy( serialnumber, "(S/N: unknown)" );
|
||||
set_return_value = 5;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user