commit | 4379c8321dceea9eaf17a8e694e7ba66bc1b02bc | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Mon Dec 05 15:50:20 2022 +0000 |
committer | Alice Wang <aliceywang@google.com> | Tue Dec 06 10:49:20 2022 +0000 |
tree | a81b6024a6465b2b97b86cc2ca75fbfae69e55fc | |
parent | 48de1258ce28bdaba984ed1fd77375ee31d32869 [diff] [blame] |
[pvmfw][test] Test the pvmfw success scenario with valid image Bug: 256148034 Test: atest MicrodroidHostTests Change-Id: Ie7681a8861823dbfd773597b948921e5842fa7ec
diff --git a/pvmfw/src/main.rs b/pvmfw/src/main.rs index cf7e90a..d453e26 100644 --- a/pvmfw/src/main.rs +++ b/pvmfw/src/main.rs
@@ -55,6 +55,6 @@ error!("Failed to verify the payload: {e}"); RebootReason::PayloadVerificationError })?; - info!("Payload verified. Starting payload..."); + info!("Starting payload..."); Ok(()) }