You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logging.info(self.trans.storage()["- Found 3rd Party NVMe SSD ({i + 1}): {utilities.friendly_hex(controller.vendor_id)}:{utilities.friendly_hex(controller.device_id)}"])
126
+
logging.info(self.trans.storage()["- Found 3rd Party NVMe SSD ({i}): {controller.vendor_id}:{device_id}"].format(i=i+1,vendor_id=utilities.friendly_hex(controller.vendor_id),device_id=utilities.friendly_hex(controller.device_id)))
"- Failed to find Device path for PCIe Storage Controller {i}, falling back to Innie":"- Failed to find Device path for PCIe Storage Controller {i}, falling back to Innie",
3552
-
"- Found 3rd Party NVMe SSD ({i + 1}): {utilities.friendly_hex(controller.vendor_id)}:{utilities.friendly_hex(controller.device_id)}":"- Found 3rd Party NVMe SSD ({i + 1}): {utilities.friendly_hex(controller.vendor_id)}:{utilities.friendly_hex(controller.device_id)}",
3553
-
"- Found NVMe ({i}) at {controller.pci_path}":"- Found NVMe ({i}) at {controller.pci_path}",
3552
+
"- Found 3rd Party NVMe SSD ({i}): {vendor_id}:{device_id}":"- Found 3rd Party NVMe SSD ({i}): {vendor_id}:{device_id}",
3553
+
"- Found NVMe ({i}) at {controller_pci_path}":"- Found NVMe ({i}) at {controller_pci_path}",
3554
3554
"- Falling back to -nvmefaspm":"- Falling back to -nvmefaspm",
3555
3555
"- Disabling APFS TRIM timeout":"- Disabling APFS TRIM timeout"
3556
3556
}
@@ -3560,8 +3560,8 @@ def storage(self):
3560
3560
"- Adding SATA Hibernation Patch":"- 添加 SATA 休眠补丁",
0 commit comments