Skip to content

Commit

Permalink
chore: clarify log message when deploying to playground (#4102)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondk authored and adamspofford-dfinity committed Feb 18, 2025
1 parent 446010c commit 7414d28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/dfx/src/lib/operations/canister/install_canister.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,9 @@ async fn wait_for_module_hash(
Some(reported_hash) => {
if env.get_network_descriptor().is_playground() {
// Playground may modify wasm before installing, therefore we cannot predict what the hash is supposed to be.
info!(
debug!(
env.get_logger(),
"Something is installed in canister {}. Assuming new code is installed.",
canister_id
"Module hash verification is skipped for playground deployments."
);
break;
}
Expand Down

0 comments on commit 7414d28

Please sign in to comment.