ui improvement

This commit is contained in:
John Smith
2021-12-14 14:20:05 -05:00
parent c4b66aad36
commit 3b54c2f8bd
3 changed files with 10 additions and 19 deletions

View File

@@ -36,7 +36,7 @@ impl RawUdpProtocolHandler {
}
trace!(
"receiving message of length {} from {}",
"receiving UDP message of length {} from {}",
data.len(),
remote_addr
);
@@ -67,7 +67,7 @@ impl RawUdpProtocolHandler {
}
trace!(
"sending message of length {} to {}",
"sending UDP message of length {} to {}",
data.len(),
socket_addr
);