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; } }