From 1c0cd657f6122d1ed406aa77e7a71df61dc38979 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 18 Jul 2024 12:25:03 +0100 Subject: improve copy add a message for the temporary situation where a maintainers.yaml exists without an identifier listed --- src/repo_ref.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/repo_ref.rs b/src/repo_ref.rs index 0e91cc4..df348a5 100644 --- a/src/repo_ref.rs +++ b/src/repo_ref.rs @@ -268,6 +268,9 @@ pub async fn get_repo_coordinates( .await?; } if events.is_empty() { + println!( + "finding repository events for this repository for npubs in maintains.yaml" + ); events = client .get_events(client.get_fallback_relays().clone(), vec![filter.clone()]) .await?; -- cgit v1.2.3