aboutsummaryrefslogtreecommitdiff
path: root/examples/basalt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/basalt.rs')
-rw-r--r--examples/basalt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basalt.rs b/examples/basalt.rs
index ea1ea7d..4c86cf8 100644
--- a/examples/basalt.rs
+++ b/examples/basalt.rs
@@ -128,7 +128,7 @@ async fn sampling_loop(netapp: Arc<NetApp>, basalt: Arc<Basalt>) {
let peers = basalt.sample(10);
for p in peers {
- info!("KYEV S {}", hex::encode(p));
+ debug!("kyev S {}", hex::encode(p));
let netapp2 = netapp.clone();
tokio::spawn(async move {