Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat: log at info level when no allowed broker events from node one
Lars Wirzenius committed 1 year ago
commit d69be6f457b663dca4288a98bf5e2802b4ae0ce3
parent 01cf7394a909b72d8a36785525bf312f7ce60642
1 file changed +2 -0
modified src/event.rs
@@ -125,6 +125,8 @@ impl NodeEventSource {
                            if !result.is_empty() {
                                info!("got {} allowed broker events from node event", result.len());
                                return Ok(result);
+
                            } else {
+
                                info!("got no allowed broker events from node event, ignoring it");
                            }
                        }
                        debug!(