diff --git a/Platform/OpenCore/OpenCoreUefi.c b/Platform/OpenCore/OpenCoreUefi.c index e730e40e..27143f2f 100644 --- a/Platform/OpenCore/OpenCoreUefi.c +++ b/Platform/OpenCore/OpenCoreUefi.c @@ -203,7 +203,7 @@ OcReleaseUsbOwnership ( Status = ReleaseUsbOwnership (); - DEBUG ((DEBUG_INFO, "ReleaseUsbOwnership status - %r\n")); + DEBUG ((DEBUG_INFO, "ReleaseUsbOwnership status - %r\n", Status)); } VOID