From 4dac3ce3ba64f8d95e3e71dc98f132332b40ba72 Mon Sep 17 00:00:00 2001 From: Peter Zhang Date: Mon, 7 Jul 2025 23:07:03 +0800 Subject: [PATCH] fix action --- .github/actions/setup-rust/action.yml | 4 ++-- node/network/src/behaviour/mod.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-rust/action.yml b/.github/actions/setup-rust/action.yml index 632bef4..8589dea 100644 --- a/.github/actions/setup-rust/action.yml +++ b/.github/actions/setup-rust/action.yml @@ -8,11 +8,11 @@ runs: sudo apt-get update sudo apt-get install -y protobuf-compiler - - name: Install toolchain 1.78.0 + - name: Install toolchain 1.80.0 uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.78.0 + toolchain: 1.80.0 components: rustfmt, clippy - uses: Swatinem/rust-cache@v2 \ No newline at end of file diff --git a/node/network/src/behaviour/mod.rs b/node/network/src/behaviour/mod.rs index 2bda07f..58a49a6 100644 --- a/node/network/src/behaviour/mod.rs +++ b/node/network/src/behaviour/mod.rs @@ -390,7 +390,7 @@ impl Behaviour { .gossipsub .publish(topic.clone().into(), message_data.clone()) { - warn!(error = ?e, topic = ?topic.kind(), "Failed to publish message"); + trace!(error = ?e, topic = ?topic.kind(), "Failed to publish message"); // add to metrics if let Some(v) = metrics::get_int_gauge(