mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +00:00
Properly log when we discard a sync response (#5969)
This commit is contained in:
@@ -594,6 +594,10 @@ where
|
||||
} else {
|
||||
// We remove from `self.peers` requests we're no longer interested in,
|
||||
// so this can legitimately happen.
|
||||
log::trace!(
|
||||
target: "sync",
|
||||
"Response discarded because it concerns an obsolete request"
|
||||
);
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user