From 890a0e104ecd9b1a9bc8c380a66d09aed1c52e7e Mon Sep 17 00:00:00 2001 From: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> Date: Mon, 22 May 2023 18:47:40 +0300 Subject: [PATCH] Update subxt/src/rpc/lightclient/background.rs Co-authored-by: Niklas Adolfsson --- subxt/src/rpc/lightclient/background.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subxt/src/rpc/lightclient/background.rs b/subxt/src/rpc/lightclient/background.rs index 07aeb1ec68..bdbc0441ba 100644 --- a/subxt/src/rpc/lightclient/background.rs +++ b/subxt/src/rpc/lightclient/background.rs @@ -157,7 +157,7 @@ impl BackgroundTask { }; } Err(err) => { - tracing::warn!(target: LOG_TARGET, "annot decode RPC response {:?}", err); + tracing::warn!(target: LOG_TARGET, "cannot decode RPC response {:?}", err); } } }