summaryrefslogtreecommitdiff
path: root/cli/factory.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/factory.rs')
-rw-r--r--cli/factory.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/factory.rs b/cli/factory.rs
index a82cd3ab9..17be83c29 100644
--- a/cli/factory.rs
+++ b/cli/factory.rs
@@ -751,6 +751,7 @@ impl CliFactory {
self.create_cli_main_worker_options()?,
self.options.node_ipc_fd(),
self.options.disable_deprecated_api_warning,
+ self.options.verbose_deprecated_api_warning,
))
}