recv pkt trace -> info
This commit is contained in:
parent
52da851d8a
commit
cccf385ee9
@ -133,7 +133,7 @@ where
|
|||||||
match pkt_receiver.recv_pkts::<R>().await {
|
match pkt_receiver.recv_pkts::<R>().await {
|
||||||
Ok(pkts) => {
|
Ok(pkts) => {
|
||||||
for pkt in pkts {
|
for pkt in pkts {
|
||||||
trace!("[recv from {:?}] {:#?}", client_id, pkt);
|
info!("[recv from {:?}] {:#?}", client_id, pkt);
|
||||||
match state.handle(client_id, pkt).await {
|
match state.handle(client_id, pkt).await {
|
||||||
Ok(response) => {
|
Ok(response) => {
|
||||||
for resp in response {
|
for resp in response {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user