Change message for unknown serial no.

Changed message from (No ATA pass-thru) to (S/N: unknown)
This commit is contained in:
PartialVolume
2021-11-07 00:10:38 +00:00
committed by GitHub
parent aa196b9602
commit 74fa192efa

View File

@@ -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;
}
}