Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: spurious plural in log message
Lars Wirzenius committed 1 year ago
commit 441a9db7dc2f87aa726de8a9439734488acef890
parent 85efaa10d1228e03a261946adc9141d3a5b398f5
1 file changed +1 -1
modified src/logger.rs
@@ -299,7 +299,7 @@ pub fn queueadd_start() {
pub fn queueadd_control_socket_close() {
    info!(
        slog_scope::logger(),
-
        "no more events from node control sockets"
+
        "no more events from node control socket"
    );
}