Преглед изворни кода

fud: improve `fetch_file_metadata` log

epiphany пре 1 година
родитељ
комит
92d4432320
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      bin/fud/fud/src/main.rs

+ 1 - 1
bin/fud/fud/src/main.rs

@@ -574,7 +574,7 @@ impl Fud {
             };
 
             let mut seeders = reply.seeders.clone();
-            info!(target: "fud::fetch_file_metadata()", "Found {} seeders for {}", seeders.len(), hash_to_string(&file_hash));
+            info!(target: "fud::fetch_file_metadata()", "Found {} seeders for {} (from {})", seeders.len(), hash_to_string(&file_hash), hash_to_string(&node.id));
 
             msg_subscriber.unsubscribe().await;