node: Small log line correction

This commit is contained in:
cloudhead 2024-01-30 15:57:47 +01:00
parent b5b9a55306
commit 159944f7b5
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}