Skip to content

Commit

Permalink
Print SetupOSConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbattat committed Sep 30, 2024
1 parent 881e95e commit 26324e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rs/ic_os/config/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ pub fn main() -> Result<()> {
hostos_settings,
guestos_settings,
};
println!("SetupOSConfig: {:?}", setupos_config);

let setupos_config_json_path = Path::new(&setupos_config_json_path);
serialize_and_write_config(setupos_config_json_path, &setupos_config)?;
Expand Down

0 comments on commit 26324e4

Please sign in to comment.