Skip to content

Commit

Permalink
chore: update info message about installing unchecked wasm hash in pl…
Browse files Browse the repository at this point in the history
…ayground
  • Loading branch information
dfx-json committed Nov 18, 2024
1 parent 1c082ff commit d6c3694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx/src/lib/operations/canister/install_canister.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ async fn wait_for_module_hash(
// Playground may modify wasm before installing, therefore we cannot predict what the hash is supposed to be.
info!(
env.get_logger(),
"Something is installed in canister {}. Assuming new code is installed.",
"Canister {} has been successfully leased. Installing new code.",
canister_id
);
break;
Expand Down

0 comments on commit d6c3694

Please sign in to comment.