Fix error
This commit is contained in:
parent
cf9efafd36
commit
d34eb0bd33
@ -36,7 +36,7 @@ impl NetworkManager {
|
|||||||
format!(
|
format!(
|
||||||
"Disconnected from: {}, reason: {}",
|
"Disconnected from: {}, reason: {}",
|
||||||
connection.address,
|
connection.address,
|
||||||
match reason {
|
match &reason {
|
||||||
teanet::package::CloseReason::InvalidIdentifier(ident) => {
|
teanet::package::CloseReason::InvalidIdentifier(ident) => {
|
||||||
format!(
|
format!(
|
||||||
"Checksum mismatch: {} != {}",
|
"Checksum mismatch: {} != {}",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user