diff --git a/0042-Report-inhibitor-message-to-SMC.patch b/0042-Report-inhibitor-message-to-SMC.patch index 3868af53ccd3b1ca9753e813aa60e6875d6950d0..8df3a4a779e5678e8573442295c6d73efea71296 100644 --- a/0042-Report-inhibitor-message-to-SMC.patch +++ b/0042-Report-inhibitor-message-to-SMC.patch @@ -30,7 +30,7 @@ index 63e65e8..4d8cb5d 100644 + + if inhibitor_flag == 1: + # The err_msg length is currently limited to 512, which can be adjusted -+ smc_interface.update_progress_infomation(err_msg="|".join(inhibitor_list)[:512]) ++ smc_interface.update_progress_infomation(err_no=199, err_msg="|".join(inhibitor_list)[:512]) raise RequestStopAfterPhase() -- 1.8.3.1