From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E1F0321A04802 for ; Sun, 9 Apr 2017 23:19:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491805187; x=1523341187; h=from:to:subject:date:message-id; bh=heFGVZfmC1O3+Y3IRXCx+D/OR5u0Q8ycDCTjaGzzDpg=; b=V/0/mQBsmgRqTjzBH3T1/XF9Y3lmzH/izShqOxCJBrP38zfe2r/viaBv HJgHr+UTQ5BpGQevnWrEr6mkgNTxWw==; Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Apr 2017 23:19:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,181,1488873600"; d="scan'208";a="75678105" Received: from jfan12-desk.ccr.corp.intel.com ([10.239.158.57]) by orsmga004.jf.intel.com with ESMTP; 09 Apr 2017 23:19:47 -0700 From: Jeff Fan To: edk2-devel@lists.01.org Date: Mon, 10 Apr 2017 14:19:38 +0800 Message-Id: <20170410061941.5016-1-jeff.fan@intel.com> X-Mailer: git-send-email 2.9.3.windows.2 Subject: [PATCH 0/3] Error Level is not used correctly X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2017 06:19:48 -0000 Some modules mis-used error level when outputting debug message. Jeff Fan (3): MdeModulePkg: Error Level is not used correctly SecurityPkg: Error Level is not used correctly UefiCpuPkg: Error Level is not used correctly .../Acpi/BootScriptExecutorDxe/ScriptExecute.c | 10 ++-- .../Acpi/BootScriptExecutorDxe/X64/SetIdtEntry.c | 4 +- .../Acpi/S3SaveStateDxe/AcpiS3ContextSave.c | 2 +- MdeModulePkg/Universal/CapsulePei/UefiCapsule.c | 2 +- .../CapsuleRuntimeDxe/X64/SaveLongModeContext.c | 4 +- .../Universal/LockBox/SmmLockBox/SmmLockBox.c | 10 ++-- .../PlatformDriOverrideDxe/PlatDriOverrideDxe.c | 4 +- .../Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.c | 4 +- .../Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.c | 4 +- SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c | 2 +- SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c | 4 +- SecurityPkg/Tcg/TrEEDxe/TrEEDxe.c | 4 +- SecurityPkg/Tcg/TrEEPei/TrEEPei.c | 4 +- UefiCpuPkg/CpuDxe/CpuPageTable.c | 2 +- UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume.c | 68 +++++++++++----------- 15 files changed, 64 insertions(+), 64 deletions(-) -- 2.9.3.windows.2