Skip to content

Commit 697d336

Browse files
authored
chore: clarify log message when deploying to playground (#4102)
1 parent fee3a32 commit 697d336

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/dfx/src/lib/operations/canister/install_canister.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,9 @@ async fn wait_for_module_hash(
332332
Some(reported_hash) => {
333333
if env.get_network_descriptor().is_playground() {
334334
// Playground may modify wasm before installing, therefore we cannot predict what the hash is supposed to be.
335-
info!(
335+
debug!(
336336
env.get_logger(),
337-
"Something is installed in canister {}. Assuming new code is installed.",
338-
canister_id
337+
"Module hash verification is skipped for playground deployments."
339338
);
340339
break;
341340
}

0 commit comments

Comments
 (0)