Skip to content

Commit 84fd659

Browse files
committed
Update according to review feedback.
1 parent 6db1982 commit 84fd659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

network/src/network.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ impl NetworkState {
177177
}
178178
} else {
179179
debug!(
180-
"Report {} failure: not found in peer registry; could be on whitelist",
180+
"Report {} failure: not found in peer registry or it is on the whitelist",
181181
session_id
182182
);
183183
}
@@ -219,7 +219,7 @@ impl NetworkState {
219219
}
220220
} else {
221221
debug!(
222-
"Ban session({}) failed: not found in peer registry or on the whitelist",
222+
"Ban session({}) failed: not found in peer registry or it is on the whitelist",
223223
session_id
224224
);
225225
}

0 commit comments

Comments
 (0)