Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Small log line correction
cloudhead committed 2 years ago
commit 159944f7b573753c3a552d1fc2200f195512be63
parent b5b9a553060d6581c12bc368645a8f3f8ed6a23e
1 file changed +1 -1
modified radicle-node/src/service.rs
@@ -1218,7 +1218,7 @@ where
        match self.db.gossip_mut().announced(announcer, announcement) {
            Ok(fresh) => {
                if !fresh {
-
                    trace!(target: "service", "Ignoring stale inventory announcement from {announcer} (t={})", self.time());
+
                    trace!(target: "service", "Ignoring stale announcement from {announcer} (t={})", self.time());
                    return Ok(false);
                }
            }