diff --git a/substrate/frame/revive/src/migrations/v2.rs b/substrate/frame/revive/src/migrations/v2.rs index 687adf6a5fd9a..ac34b84f83efd 100644 --- a/substrate/frame/revive/src/migrations/v2.rs +++ b/substrate/frame/revive/src/migrations/v2.rs @@ -250,7 +250,7 @@ impl Migration { behaviour_version: old_code_info.behaviour_version, code_type: BytecodeType::Pvm, }, - "Migration failed: deposit mismatch for key {code_hash:?}", + "Migration failed: CodeInfo mismatch for key {code_hash:?}", ); } }