Skip to content

Commit e381a81

Browse files
committed
downgrade log level to info
1 parent a90823a commit e381a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jormungandr/jormungandr/src/network/subscription.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ impl FragmentProcessor {
378378
let addr = match self.global_state.config.address() {
379379
Some(addr) => FragmentOrigin::Network { addr: addr.ip() },
380380
None => {
381-
tracing::error!("node addr not present in config, reverting to local lookup");
381+
tracing::info!("node addr not present in config, reverting to local lookup");
382382
FragmentOrigin::Network {
383383
addr: retrieve_local_ip(),
384384
}

0 commit comments

Comments
 (0)