From 26a8bcec15c7fbda2663b39f146acd140566907d Mon Sep 17 00:00:00 2001 From: musitdev Date: Wed, 26 Feb 2025 15:12:24 +0100 Subject: [PATCH] change info log to a warn. --- .../da/movement/protocol/light-node/src/passthrough.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol-units/da/movement/protocol/light-node/src/passthrough.rs b/protocol-units/da/movement/protocol/light-node/src/passthrough.rs index d92f9c432..bdb372c14 100644 --- a/protocol-units/da/movement/protocol/light-node/src/passthrough.rs +++ b/protocol-units/da/movement/protocol/light-node/src/passthrough.rs @@ -167,7 +167,7 @@ where return; }, None => { - info!("Stream blob closed , exit stream."); + tracing::warn!("Stream blob closed , exit stream."); return; } }