Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 1b7375a

Browse files
authored
Update client/cli/src/arg_enums.rs
1 parent 0ee08dc commit 1b7375a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/cli/src/arg_enums.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub fn execution_method_from_cli(
7878
) -> sc_service::config::WasmExecutionMethod {
7979
if let WasmExecutionMethod::Interpreted = execution_method {
8080
log::warn!(
81-
"Interpreted execution for wasm is deprecated. Compiled execution is used by default"
81+
"`interpreted-i-know-what-i-do` is deprecated and will be removed in the future. Defaults to `compiled` execution mode."
8282
);
8383
}
8484

0 commit comments

Comments
 (0)