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