Skip to content

Commit

Permalink
Update according to review feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanYuan committed Dec 1, 2023
1 parent 6db1982 commit b8c2698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ impl NetworkState {
}
} else {
debug!(
"Report {} failure: not found in peer registry; could be on whitelist",
"Report {} failure: not found in peer registry or it is on the whitelist",
session_id
);
}
Expand Down Expand Up @@ -219,7 +219,7 @@ impl NetworkState {
}
} else {
debug!(
"Ban session({}) failed: not found in peer registry or on the whitelist",
"Ban session({}) failed: not found in peer registry or it is on the whitelist",
session_id
);
}
Expand Down

0 comments on commit b8c2698

Please sign in to comment.