node: Small log line correction
This commit is contained in:
parent
b5b9a55306
commit
159944f7b5
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue