X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ArmVirtPkg%2FLibrary%2FArmVirtPsciResetSystemLib%2FArmVirtPsciResetSystemLib.c;h=419ed7d50f6b81d4a699c3801b6fcae1878e2507;hb=c5b3a56e4f7e4361997544557511d6b835568193;hp=9e5b70e2c54c630639481b003710c413eceb30af;hpb=1d2482e1e362729543d8966754a216dee00924c7;p=mirror_edk2.git diff --git a/ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib.c b/ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib.c index 9e5b70e2c5..419ed7d50f 100644 --- a/ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib.c +++ b/ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib.c @@ -54,7 +54,7 @@ ArmPsciResetSystemLibConstructor ( } else if (AsciiStrnCmp (Prop, "smc", 3) == 0) { mArmPsciMethod = 2; } else { - DEBUG ((EFI_D_ERROR, "%a: Unknown PSCI method \"%a\"\n", __FUNCTION__, + DEBUG ((DEBUG_ERROR, "%a: Unknown PSCI method \"%a\"\n", __FUNCTION__, Prop)); return EFI_NOT_FOUND; } @@ -92,7 +92,7 @@ ResetCold ( break; default: - DEBUG ((EFI_D_ERROR, "%a: no PSCI method defined\n", __FUNCTION__)); + DEBUG ((DEBUG_ERROR, "%a: no PSCI method defined\n", __FUNCTION__)); } } @@ -141,7 +141,7 @@ ResetShutdown ( break; default: - DEBUG ((EFI_D_ERROR, "%a: no PSCI method defined\n", __FUNCTION__)); + DEBUG ((DEBUG_ERROR, "%a: no PSCI method defined\n", __FUNCTION__)); } }