From 1b17827cf007cd5b2a87923977c67282fa975aa9 Mon Sep 17 00:00:00 2001 From: c7zero Date: Sat, 13 Aug 2016 00:25:29 -0700 Subject: [PATCH] fixed indentation --- source/tool/chipsec/modules/tools/cpu/sinkhole.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tool/chipsec/modules/tools/cpu/sinkhole.py b/source/tool/chipsec/modules/tools/cpu/sinkhole.py index 7cc34da7..2bd2e482 100644 --- a/source/tool/chipsec/modules/tools/cpu/sinkhole.py +++ b/source/tool/chipsec/modules/tools/cpu/sinkhole.py @@ -71,8 +71,8 @@ class sinkhole(BaseModule): self.logger.log( "[*] SMRR Base : 0x%016X" % smrr_base ) self.logger.log( "[*] Attempting to overlap Local APIC page with SMRR region" ) - self.logger.log( "NOTE: The system may hang or process may crash when running this test. In that case, the mitigation to this issue is likely working but we may not be handling the exception generated.") self.logger.log( " writing 0x%X to IA32_APIC_BASE[APICBase].." % smrrbase ) + self.logger.log_important( "NOTE: The system may hang or process may crash when running this test. In that case, the mitigation to this issue is likely working but we may not be handling the exception generated.") try: chipsec.chipset.write_register_field( self.cs, 'IA32_APIC_BASE', 'APICBase', smrrbase, preserve_field_position=False, cpu_thread=0 ) ex = False