added logging to data
This commit is contained in:
parent
ecad507f63
commit
019c21c8e1
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ impl SocketImpl {
|
||||||
self.socket.send_to(&vec, connection.regular_socket_addr).await.expect("failed to send data back");
|
self.socket.send_to(&vec, connection.regular_socket_addr).await.expect("failed to send data back");
|
||||||
}
|
}
|
||||||
DATA => {
|
DATA => {
|
||||||
|
info!("{:?}", packet);
|
||||||
}
|
}
|
||||||
_ => unimplemented!("unimplemented packet type: {}", packet.header.types_and_flags.get_types())
|
_ => unimplemented!("unimplemented packet type: {}", packet.header.types_and_flags.get_types())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue