OpenCoreUefi: Fix debug printing at ReleaseUsbOwnership

This commit is contained in:
vit9696 2019-04-09 12:53:56 +03:00
parent 7b7d56b6b8
commit 7bbf38a498

View File

@ -203,7 +203,7 @@ OcReleaseUsbOwnership (
Status = ReleaseUsbOwnership ();
DEBUG ((DEBUG_INFO, "ReleaseUsbOwnership status - %r\n"));
DEBUG ((DEBUG_INFO, "ReleaseUsbOwnership status - %r\n", Status));
}
VOID