We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee3a32 commit 697d336Copy full SHA for 697d336
src/dfx/src/lib/operations/canister/install_canister.rs
@@ -332,10 +332,9 @@ async fn wait_for_module_hash(
332
Some(reported_hash) => {
333
if env.get_network_descriptor().is_playground() {
334
// Playground may modify wasm before installing, therefore we cannot predict what the hash is supposed to be.
335
- info!(
+ debug!(
336
env.get_logger(),
337
- "Something is installed in canister {}. Assuming new code is installed.",
338
- canister_id
+ "Module hash verification is skipped for playground deployments."
339
);
340
break;
341
}
0 commit comments